Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1318)

Unified Diff: Source/core/rendering/svg/RenderSVGResourceMasker.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(); }
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceMarker.cpp ('k') | Source/core/rendering/svg/RenderSVGResourceMasker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698