Index: Source/core/rendering/svg/RenderSVGResourcePattern.h |
diff --git a/Source/core/rendering/svg/RenderSVGResourcePattern.h b/Source/core/rendering/svg/RenderSVGResourcePattern.h |
index 5bebbe4a2e7fd964016a371c32a251d5ffdfbf74..c89748c3987e44718901273d54221387d359ce77 100644 |
--- a/Source/core/rendering/svg/RenderSVGResourcePattern.h |
+++ b/Source/core/rendering/svg/RenderSVGResourcePattern.h |
@@ -51,8 +51,8 @@ public: |
virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE; |
virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE; |
- virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE; |
- virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE; |
+ virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*, RenderSVGResourceModeFlags) OVERRIDE; |
+ virtual void postApplyResource(GraphicsContext*) OVERRIDE; |
virtual RenderSVGResourceType resourceType() const OVERRIDE { return s_resourceType; } |
static const RenderSVGResourceType s_resourceType; |