| Index: Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceClipper.h b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| index f2138a0845d23169bda3debd6d447e69a7e9c2cd..5b9ac2d3421e3334c265158bc2563bd7a5e88b22 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| @@ -43,9 +43,6 @@ 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;
|
| -
|
| // FIXME: Filters are also stateful resources that could benefit from having their state managed
|
| // on the caller stack instead of the current hashmap. We should look at refactoring these
|
| // into a general interface that can be shared.
|
|
|