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

Unified Diff: third_party/WebKit/public/platform/WebDisplayItemList.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
« no previous file with comments | « third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.cpp ('k') | ui/compositor/paint_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebDisplayItemList.h
diff --git a/third_party/WebKit/public/platform/WebDisplayItemList.h b/third_party/WebKit/public/platform/WebDisplayItemList.h
index 351e962a809d6253a17172ed9e97cee8dede0eb6..9c0dbaa164f836e21fb78f8eb8e830f864ccb613 100644
--- a/third_party/WebKit/public/platform/WebDisplayItemList.h
+++ b/third_party/WebKit/public/platform/WebDisplayItemList.h
@@ -37,8 +37,7 @@ class WebDisplayItemList {
virtual ~WebDisplayItemList() {}
virtual void AppendDrawingItem(const WebRect& visual_rect,
- sk_sp<const cc::PaintRecord>,
- const WebRect& record_bounds) {}
+ sk_sp<const cc::PaintRecord>) {}
virtual void AppendClipItem(const WebRect& clip_rect,
const WebVector<SkRRect>& rounded_clip_rects) {}
« no previous file with comments | « third_party/WebKit/Source/web/tests/sim/SimDisplayItemList.cpp ('k') | ui/compositor/paint_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698