| Index: Source/core/paint/SVGMaskPainter.h
|
| diff --git a/Source/core/paint/SVGMaskPainter.h b/Source/core/paint/SVGMaskPainter.h
|
| index 0f1f63ea4f96260241ff7e515d0f2135af0fe0e6..a5c975eb51edf14abb61ca2a963cf7886a366740 100644
|
| --- a/Source/core/paint/SVGMaskPainter.h
|
| +++ b/Source/core/paint/SVGMaskPainter.h
|
| @@ -21,7 +21,7 @@ public:
|
| void finishEffect(const LayoutObject&, GraphicsContext*);
|
|
|
| private:
|
| - void drawMaskForLayoutObject(GraphicsContext*, const LayoutObject&, const FloatRect& targetBoundingBox);
|
| + void drawMaskForLayoutObject(GraphicsContext*, const LayoutObject&, const FloatRect& targetBoundingBox, const FloatRect& targetPaintInvalidationRect);
|
|
|
| LayoutSVGResourceMasker& m_mask;
|
| };
|
|
|