| Index: Source/core/paint/SVGClipPainter.h
|
| diff --git a/Source/core/paint/SVGClipPainter.h b/Source/core/paint/SVGClipPainter.h
|
| index abe8a14e49492e8024ef96a410afa572196660ec..ec98b74c00a5afbe96652786d97e93df3fed14ea 100644
|
| --- a/Source/core/paint/SVGClipPainter.h
|
| +++ b/Source/core/paint/SVGClipPainter.h
|
| @@ -37,7 +37,7 @@ public:
|
| bool applyClippingToContext(const LayoutObject&, const FloatRect&, const FloatRect&, GraphicsContext*, ClipperState&);
|
|
|
| private:
|
| - void drawClipMaskContent(GraphicsContext*, const LayoutObject&, const FloatRect&);
|
| + void drawClipMaskContent(GraphicsContext*, const LayoutObject&, const FloatRect& targetBoundingBox, const FloatRect& targetPaintInvalidationRect);
|
|
|
| LayoutSVGResourceClipper& m_clip;
|
| };
|
|
|