Index: Source/core/svg/SVGCircleElement.h |
diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h |
index 3df28c1ea5b936b3db5edf0f617972dbac22cd1a..af8dedb32a55e8648b1f5401535dd50e7fff3bdc 100644 |
--- a/Source/core/svg/SVGCircleElement.h |
+++ b/Source/core/svg/SVGCircleElement.h |
@@ -52,7 +52,7 @@ private: |
virtual bool selfHasRelativeLengths() const override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
RefPtrWillBeMember<SVGAnimatedLength> m_cx; |
RefPtrWillBeMember<SVGAnimatedLength> m_cy; |