Index: Source/core/layout/svg/LayoutSVGTransformableContainer.h |
diff --git a/Source/core/layout/svg/LayoutSVGTransformableContainer.h b/Source/core/layout/svg/LayoutSVGTransformableContainer.h |
index b91f457251d76cd79483bebe967512de85589481..aad5b685d4ff526c28bf0ab0934ac764be239b8f 100644 |
--- a/Source/core/layout/svg/LayoutSVGTransformableContainer.h |
+++ b/Source/core/layout/svg/LayoutSVGTransformableContainer.h |
@@ -30,7 +30,7 @@ class LayoutSVGTransformableContainer final : public LayoutSVGContainer { |
public: |
explicit LayoutSVGTransformableContainer(SVGGraphicsElement*); |
- 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 == LayoutObjectSVGTransformableContainer || LayoutSVGContainer::isOfType(type); } |
virtual const AffineTransform& localToParentTransform() const override { return m_localTransform; } |