Index: Source/core/svg/SVGMPathElement.h |
diff --git a/Source/core/svg/SVGMPathElement.h b/Source/core/svg/SVGMPathElement.h |
index 7d166f16e6f9caaee78476701b6809fcf424c962..e02f0126b4eb78ca49950c5babedef8158316323 100644 |
--- a/Source/core/svg/SVGMPathElement.h |
+++ b/Source/core/svg/SVGMPathElement.h |
@@ -55,7 +55,7 @@ private: |
virtual void svgAttributeChanged(const QualifiedName&) override; |
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override { return false; } |
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; } |
void notifyParentOfPathChange(ContainerNode*); |
}; |