Index: Source/core/layout/svg/LayoutSVGResourceMasker.h |
diff --git a/Source/core/layout/svg/LayoutSVGResourceMasker.h b/Source/core/layout/svg/LayoutSVGResourceMasker.h |
index 23f040b1d4b3f5bd93ad601ef42b4b7aab2fee9a..bbe482657fbabc7d18d3bf48729c6f68a92e324e 100644 |
--- a/Source/core/layout/svg/LayoutSVGResourceMasker.h |
+++ b/Source/core/layout/svg/LayoutSVGResourceMasker.h |
@@ -59,8 +59,8 @@ public: |
private: |
void calculateMaskContentPaintInvalidationRect(); |
- void drawMaskForRenderer(GraphicsContext*, const FloatRect& targetBoundingBox); |
- void createPicture(GraphicsContext*); |
+ void drawMaskForRenderer(GraphicsContext*, DisplayItemClient, const FloatRect& targetBoundingBox); |
+ PassRefPtr<const SkPicture> createContentPicture(); |
RefPtr<const SkPicture> m_maskContentPicture; |
FloatRect m_maskContentBoundaries; |