| Index: Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceMasker.h b/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| index 1655d0bcb44609d8bd291b8f671e4a394a473da3..477c9b83a85f3a57f6dd8e29e0690dc53bbd0015 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| @@ -44,8 +44,10 @@ 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;
|
| +
|
| + bool prepareEffect(RenderObject*, RenderStyle*, GraphicsContext*&);
|
| + void finishEffect(RenderObject*, GraphicsContext*&);
|
| +
|
| FloatRect resourceBoundingBox(const RenderObject*);
|
|
|
| SVGUnitTypes::SVGUnitType maskUnits() const { return toSVGMaskElement(element())->maskUnits()->currentValue()->enumValue(); }
|
|
|