Index: Source/core/svg/SVGClipPathElement.h |
diff --git a/Source/core/svg/SVGClipPathElement.h b/Source/core/svg/SVGClipPathElement.h |
index b041840f0bcac7066635e5f139f7a084541143ac..9bca7151d47775666720f12404d3f34e84cfcc3e 100644 |
--- a/Source/core/svg/SVGClipPathElement.h |
+++ b/Source/core/svg/SVGClipPathElement.h |
@@ -50,7 +50,7 @@ private: |
virtual void svgAttributeChanged(const QualifiedName&) override; |
virtual void childrenChanged(const ChildrenChange&) override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
RefPtrWillBeMember<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>> m_clipPathUnits; |
}; |