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