Index: Source/core/svg/SVGTextPathElement.h |
diff --git a/Source/core/svg/SVGTextPathElement.h b/Source/core/svg/SVGTextPathElement.h |
index 485ff7b6a52a81c4f8569be7c31f733ebb94896f..7771c63836337776ffd6467e84cf588f0313257a 100644 |
--- a/Source/core/svg/SVGTextPathElement.h |
+++ b/Source/core/svg/SVGTextPathElement.h |
@@ -79,8 +79,8 @@ private: |
bool isSupportedAttribute(const QualifiedName&); |
virtual void svgAttributeChanged(const QualifiedName&) override; |
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override; |
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override; |
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override; |
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override; |
virtual bool selfHasRelativeLengths() const override; |