Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h

Issue 2889653002: Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: movecullrect2 rebase-once-and-for-all Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
index 63ef32f6bfbac4e4850815a75579767e2d71c23c..d9d54985a525bbcc68c3808d89222e7f6ffbb771 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
@@ -16,7 +16,9 @@ class SimDisplayItemList final : public WebDisplayItemList {
public:
SimDisplayItemList();
- void AppendDrawingItem(const WebRect&, sk_sp<const PaintRecord>) override;
+ void AppendDrawingItem(const WebRect& visual_rect,
+ sk_sp<const PaintRecord>,
+ const WebRect& record_bounds) override;
int DrawCount() const { return commands_.size(); }

Powered by Google App Engine
This is Rietveld 408576698