| Index: Source/core/rendering/svg/RenderSVGResourcePaintServer.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourcePaintServer.h b/Source/core/rendering/svg/RenderSVGResourcePaintServer.h
|
| index dfb684a800fcd7809a144706dab378279b9bb433..d1269890d090b967d3aa7be67cac3fb7b544975f 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourcePaintServer.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourcePaintServer.h
|
| @@ -47,7 +47,7 @@ public:
|
| static SVGPaintServer requestForRenderer(const RenderObject&, const RenderStyle*, RenderSVGResourceMode);
|
| static bool existsForRenderer(const RenderObject&, const RenderStyle*, RenderSVGResourceMode);
|
|
|
| - void apply(GraphicsContext&, RenderSVGResourceMode, GraphicsContextStateSaver* = 0);
|
| + void apply(GraphicsContext&, RenderSVGResourceMode, const SVGRenderStyle&, GraphicsContextStateSaver&);
|
|
|
| static SVGPaintServer invalid() { return SVGPaintServer(Color(Color::transparent)); }
|
| bool isValid() const { return m_color != Color::transparent; }
|
|
|