Index: Source/core/rendering/svg/RenderSVGResourceGradient.h |
diff --git a/Source/core/rendering/svg/RenderSVGResourceGradient.h b/Source/core/rendering/svg/RenderSVGResourceGradient.h |
index 2c9a8d8d102b76a23c0ab3c4b96aab4d6ed8f356..9ef1d3dd1e8aaaa302a4700e6189d60eda4e54c9 100644 |
--- a/Source/core/rendering/svg/RenderSVGResourceGradient.h |
+++ b/Source/core/rendering/svg/RenderSVGResourceGradient.h |
@@ -48,8 +48,7 @@ public: |
virtual void removeAllClientsFromCache(bool markForInvalidation = true) override final; |
virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) override final; |
- virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*, RenderSVGResourceModeFlags) override final; |
- virtual void postApplyResource(GraphicsContext*) override final; |
+ virtual bool preparePaintServer(RenderObject*, RenderStyle*, RenderSVGResourceModeFlags, SVGPaintServer&) override final; |
protected: |
void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const; |