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

Unified Diff: third_party/WebKit/public/platform/WebDisplayItemList.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
« 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 9c0dbaa164f836e21fb78f8eb8e830f864ccb613..351e962a809d6253a17172ed9e97cee8dede0eb6 100644
--- a/third_party/WebKit/public/platform/WebDisplayItemList.h
+++ b/third_party/WebKit/public/platform/WebDisplayItemList.h
@@ -37,7 +37,8 @@ class WebDisplayItemList {
virtual ~WebDisplayItemList() {}
virtual void AppendDrawingItem(const WebRect& visual_rect,
- sk_sp<const cc::PaintRecord>) {}
+ sk_sp<const cc::PaintRecord>,
+ const WebRect& record_bounds) {}
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