| Index: Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceMasker.h b/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| index d227034934c3eb28f71f34388bd9945997d4468e..171f9a4f12685bfdce01e3e97035b1c06b924e99 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| @@ -44,12 +44,12 @@ public:
|
| virtual const char* renderName() const override { return "RenderSVGResourceMasker"; }
|
|
|
| virtual void removeAllClientsFromCache(bool markForInvalidation = true) override;
|
| - virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) override;
|
| + virtual void removeClientFromCache(LayoutObject*, bool markForInvalidation = true) override;
|
|
|
| - bool prepareEffect(RenderObject*, GraphicsContext*);
|
| - void finishEffect(RenderObject*, GraphicsContext*);
|
| + bool prepareEffect(LayoutObject*, GraphicsContext*);
|
| + void finishEffect(LayoutObject*, GraphicsContext*);
|
|
|
| - FloatRect resourceBoundingBox(const RenderObject*);
|
| + FloatRect resourceBoundingBox(const LayoutObject*);
|
|
|
| SVGUnitTypes::SVGUnitType maskUnits() const { return toSVGMaskElement(element())->maskUnits()->currentValue()->enumValue(); }
|
| SVGUnitTypes::SVGUnitType maskContentUnits() const { return toSVGMaskElement(element())->maskContentUnits()->currentValue()->enumValue(); }
|
|
|