| Index: Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceClipper.h b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| index 5cfe99275c95270aa7dfd2dce3550ffddbb4beed..58d287cd3f4c5d2ea64c36f65fae9977c51894c6 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| @@ -66,7 +66,7 @@ public:
|
| private:
|
| bool tryPathOnlyClipping(GraphicsContext*, const AffineTransform&, const FloatRect&);
|
| void drawClipMaskContent(GraphicsContext*, const FloatRect& targetBoundingBox);
|
| - void createDisplayList(GraphicsContext*, const AffineTransform&);
|
| + void createDisplayList(GraphicsContext*);
|
| void calculateClipContentPaintInvalidationRect();
|
|
|
| RefPtr<DisplayList> m_clipContentDisplayList;
|
|
|