| Index: Source/core/rendering/svg/RenderSVGResourceGradient.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceGradient.h b/Source/core/rendering/svg/RenderSVGResourceGradient.h
|
| index f3e02e31c41ca680c34d967568f3794cdcd5f0a1..683407abf92ffb80d448d0067d2f503c5f67e0f6 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 PassOwnPtr<SVGPaintServer> preparePaintServer(RenderObject*, RenderStyle*, RenderSVGResourceModeFlags) override final;
|
|
|
| virtual bool isChildAllowed(RenderObject* child, RenderStyle*) const override final;
|
|
|
|
|