| Index: Source/core/rendering/svg/RenderSVGResourcePaintServer.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourcePaintServer.h b/Source/core/rendering/svg/RenderSVGResourcePaintServer.h
|
| index becd3837b1a9ee265b3633da4b6cbf6ba4c558d2..d6c5ff236648765343644386a9ae8a2eb91818f8 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, float paintAlpha, GraphicsContextStateSaver&);
|
|
|
| static SVGPaintServer invalid() { return SVGPaintServer(Color(Color::transparent)); }
|
| bool isValid() const { return m_color != Color::transparent; }
|
|
|