| Index: Source/core/rendering/svg/RenderSVGShape.h | 
| diff --git a/Source/core/rendering/svg/RenderSVGShape.h b/Source/core/rendering/svg/RenderSVGShape.h | 
| index 6e943a771e53704de3c896e9c1b41c92395807a4..a26b91b7aa8cd1544d9fcb681d83bf837c6d0d35 100644 | 
| --- a/Source/core/rendering/svg/RenderSVGShape.h | 
| +++ b/Source/core/rendering/svg/RenderSVGShape.h | 
| @@ -106,8 +106,6 @@ private: | 
| FloatRect markerRect(float strokeWidth) const; | 
| void processMarkerPositions(); | 
|  | 
| -    void fillShape(RenderStyle*, GraphicsContext*); | 
| -    void strokeShape(RenderStyle*, GraphicsContext*); | 
| void drawMarkers(PaintInfo&); | 
|  | 
| private: | 
|  |