Index: Source/core/svg/SVGClipPathElement.h |
diff --git a/Source/core/svg/SVGClipPathElement.h b/Source/core/svg/SVGClipPathElement.h |
index 855c6e824bfd8e49753fcbe42441974399526325..dacb56740f4070a314d837a2c99ba3bb5b0eb9fb 100644 |
--- a/Source/core/svg/SVGClipPathElement.h |
+++ b/Source/core/svg/SVGClipPathElement.h |
@@ -30,7 +30,7 @@ |
namespace blink { |
-class RenderObject; |
+class LayoutObject; |
class SVGClipPathElement final : public SVGGraphicsElement { |
DEFINE_WRAPPERTYPEINFO(); |
@@ -51,7 +51,7 @@ private: |
virtual void svgAttributeChanged(const QualifiedName&) override; |
virtual void childrenChanged(const ChildrenChange&) override; |
- virtual RenderObject* createRenderer(const RenderStyle&) override; |
+ virtual LayoutObject* createRenderer(const RenderStyle&) override; |
RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_clipPathUnits; |
}; |