Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index 8282309d1be64531fbec6ea1daf0b3ae44d132a5..b67c2de349f45463baa971eec41355d5e8e5c914 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -131,8 +131,8 @@ private: |
virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) override; |
virtual void removedFrom(ContainerNode*) override; |