Index: Source/core/layout/svg/LayoutSVGText.h |
diff --git a/Source/core/layout/svg/LayoutSVGText.h b/Source/core/layout/svg/LayoutSVGText.h |
index 5751ffed3ab1f163867cf5a1c423c60248995a62..2bdba950df2a1f650d2c951eed4800dbad7cae4c 100644 |
--- a/Source/core/layout/svg/LayoutSVGText.h |
+++ b/Source/core/layout/svg/LayoutSVGText.h |
@@ -37,7 +37,7 @@ public: |
explicit LayoutSVGText(SVGTextElement*); |
virtual ~LayoutSVGText(); |
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override; |
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override; |
void setNeedsPositioningValuesUpdate() { m_needsPositioningValuesUpdate = true; } |
virtual void setNeedsTransformUpdate() override { m_needsTransformUpdate = true; } |