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

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

Issue 2894843002: Revert of Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: rebase TestExpectations 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 d9d54985a525bbcc68c3808d89222e7f6ffbb771..63ef32f6bfbac4e4850815a75579767e2d71c23c 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.h
@@ -16,9 +16,7 @@ class SimDisplayItemList final : public WebDisplayItemList {
public:
SimDisplayItemList();
- void AppendDrawingItem(const WebRect& visual_rect,
- sk_sp<const PaintRecord>,
- const WebRect& record_bounds) override;
+ void AppendDrawingItem(const WebRect&, sk_sp<const PaintRecord>) override;
int DrawCount() const { return commands_.size(); }

Powered by Google App Engine
This is Rietveld 408576698