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

Unified Diff: third_party/WebKit/Source/platform/graphics/Pattern.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/Pattern.h
diff --git a/third_party/WebKit/Source/platform/graphics/Pattern.h b/third_party/WebKit/Source/platform/graphics/Pattern.h
index 3784107908c949c3c289acc660b6fa99f4698a02..1db8d22bed04bc1525b799d300cfb2fa74beeaf5 100644
--- a/third_party/WebKit/Source/platform/graphics/Pattern.h
+++ b/third_party/WebKit/Source/platform/graphics/Pattern.h
@@ -59,6 +59,7 @@ class PLATFORM_EXPORT Pattern : public RefCounted<Pattern> {
RepeatMode = kRepeatModeXY);
static PassRefPtr<Pattern> CreatePaintRecordPattern(
sk_sp<PaintRecord>,
+ const FloatRect& record_bounds,
RepeatMode = kRepeatModeXY);
virtual ~Pattern();

Powered by Google App Engine
This is Rietveld 408576698