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; |