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

Unified Diff: Source/platform/graphics/paint/ClipRecorder.h

Issue 1198583003: Remove SkRegion::kIntersect_Op parameter from ClipDisplayItems (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/platform/graphics/paint/ClipDisplayItem.cpp ('k') | Source/platform/graphics/paint/ClipRecorder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/paint/ClipRecorder.h
diff --git a/Source/platform/graphics/paint/ClipRecorder.h b/Source/platform/graphics/paint/ClipRecorder.h
index 5418754cfa8046d30723715edc68e1f56fdf0c29..16598914587a8db27abf5007a66281b8a5b3f2da 100644
--- a/Source/platform/graphics/paint/ClipRecorder.h
+++ b/Source/platform/graphics/paint/ClipRecorder.h
@@ -16,7 +16,7 @@ class GraphicsContext;
class PLATFORM_EXPORT ClipRecorder {
WTF_MAKE_FAST_ALLOCATED(ClipRecorder);
public:
- ClipRecorder(GraphicsContext&, const DisplayItemClientWrapper&, DisplayItem::Type, const LayoutRect& clipRect, SkRegion::Op = SkRegion::kIntersect_Op);
+ ClipRecorder(GraphicsContext&, const DisplayItemClientWrapper&, DisplayItem::Type, const LayoutRect& clipRect);
~ClipRecorder();
private:
DisplayItemClientWrapper m_client;
« no previous file with comments | « Source/platform/graphics/paint/ClipDisplayItem.cpp ('k') | Source/platform/graphics/paint/ClipRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698