Index: Source/core/rendering/svg/RenderSVGResourcePattern.h |
diff --git a/Source/core/rendering/svg/RenderSVGResourcePattern.h b/Source/core/rendering/svg/RenderSVGResourcePattern.h |
index 9184864b2897a910a17bb139f6baaa8caf066d67..de1326b9c8cef656f06ceaceebfa4f040afaede7 100644 |
--- a/Source/core/rendering/svg/RenderSVGResourcePattern.h |
+++ b/Source/core/rendering/svg/RenderSVGResourcePattern.h |
@@ -52,7 +52,7 @@ public: |
virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE; |
virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE; |
- virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE; |
+ virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE; |
virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; } |
static const RenderSVGResourceType s_resourceType; |