Index: Source/core/layout/svg/LayoutSVGTextPath.h |
diff --git a/Source/core/layout/svg/LayoutSVGTextPath.h b/Source/core/layout/svg/LayoutSVGTextPath.h |
index 7ea76a89fcdbeb397931938588f979f2976ebcae..6d26612c287bfa732841fcec585d917f112746ce 100644 |
--- a/Source/core/layout/svg/LayoutSVGTextPath.h |
+++ b/Source/core/layout/svg/LayoutSVGTextPath.h |
@@ -32,7 +32,7 @@ public: |
Path layoutPath() const; |
float startOffset() const; |
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override; |
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override; |
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVGTextPath || LayoutSVGInline::isOfType(type); } |