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

Unified Diff: third_party/WebKit/Source/core/paint/ClipPathClipper.cpp

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/core/paint/ClipPathClipper.cpp
diff --git a/third_party/WebKit/Source/core/paint/ClipPathClipper.cpp b/third_party/WebKit/Source/core/paint/ClipPathClipper.cpp
index 383b3a301dca27e3273d91854432863adb3da991..2dcca7699f2c0ccf1733fa6370aa43a399038dcf 100644
--- a/third_party/WebKit/Source/core/paint/ClipPathClipper.cpp
+++ b/third_party/WebKit/Source/core/paint/ClipPathClipper.cpp
@@ -211,7 +211,7 @@ bool ClipPathClipper::DrawClipAsMask(const FloatRect& target_bounding_box,
content_transform);
mask_context.GetPaintController().CreateAndAppend<DrawingDisplayItem>(
layout_object_, DisplayItem::kSVGClip,
- resource_clipper_->CreatePaintRecord());
+ resource_clipper_->CreatePaintRecord(), target_bounding_box);
}
}

Powered by Google App Engine
This is Rietveld 408576698