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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.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/platform/graphics/paint/PaintController.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
index 6258ba0295f29d99ebec2496bd733cdef78d6ad7..3ebb855ebb936c40f8b7ed5939a5b70037615411 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
@@ -188,6 +188,7 @@ class PLATFORM_EXPORT PaintController {
void AppendDebugDrawingAfterCommit(
const DisplayItemClient&,
sk_sp<PaintRecord>,
+ const FloatRect& record_bounds,
const LayoutSize& offset_from_layout_object);
void ShowDebugData() const { ShowDebugDataInternal(false); }

Powered by Google App Engine
This is Rietveld 408576698