| Index: Source/core/paint/SVGClipPainter.h
|
| diff --git a/Source/core/paint/SVGClipPainter.h b/Source/core/paint/SVGClipPainter.h
|
| index abe8a14e49492e8024ef96a410afa572196660ec..977036f4a8700f9760e7963af0d145d5c90169db 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 AffineTransform& contentTransformation);
|
|
|
| LayoutSVGResourceClipper& m_clip;
|
| };
|
|
|