| Index: Source/core/rendering/svg/SVGRenderSupport.h
|
| diff --git a/Source/core/rendering/svg/SVGRenderSupport.h b/Source/core/rendering/svg/SVGRenderSupport.h
|
| index af678f51b4ec31341922f42e333266a78f10a3e8..f20afb0ac8d4aa7e423405d239112e472b257deb 100644
|
| --- a/Source/core/rendering/svg/SVGRenderSupport.h
|
| +++ b/Source/core/rendering/svg/SVGRenderSupport.h
|
| @@ -82,8 +82,8 @@ public:
|
| static void applyStrokeStyleToContext(GraphicsContext*, const RenderStyle*, const RenderObject*);
|
| static void applyStrokeStyleToStrokeData(StrokeData*, const RenderStyle*, const RenderObject*);
|
|
|
| - // Fill and/or stroke the primitive provide as either |path| or |shape|. The former has precedence if both are non-zero.
|
| - static void fillOrStrokePrimitive(GraphicsContext*, unsigned short resourceMode, const Path*, const RenderSVGShape*);
|
| + // 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*);
|
|
|