| Index: Source/core/rendering/svg/SVGRenderSupport.h
|
| diff --git a/Source/core/rendering/svg/SVGRenderSupport.h b/Source/core/rendering/svg/SVGRenderSupport.h
|
| index d3133030fb7e564239cc0a2c06860b9e9ab788b2..07f0f82df44837b7dd4b6ca18c9f0757e1679bef 100644
|
| --- a/Source/core/rendering/svg/SVGRenderSupport.h
|
| +++ b/Source/core/rendering/svg/SVGRenderSupport.h
|
| @@ -90,9 +90,6 @@ public:
|
| // Previous state will be saved (if needed) using |stateSaver|.
|
| static bool updateGraphicsContext(GraphicsContextStateSaver&, RenderStyle*, RenderObject&, unsigned resourceModeFlags);
|
|
|
| - // Fill and/or stroke the provided |path|.
|
| - static void fillOrStrokePath(GraphicsContext*, unsigned short resourceMode, const Path&);
|
| -
|
| // Determines if any ancestor's transform has changed.
|
| static bool transformToRootChanged(RenderObject*);
|
|
|
|
|