Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
index a0ca78b2672b0c8734856c8dbd6daa10e7d0b089..24039a66620a6be6100d528908d95cead379a35a 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
@@ -156,8 +156,7 @@ class SVGSVGElement final : public SVGGraphicsElement, |
Member<SVGAnimatedLength> m_width; |
Member<SVGAnimatedLength> m_height; |
- AffineTransform localCoordinateSpaceTransform( |
- SVGElement::CTMScope) const override; |
+ AffineTransform localCoordinateSpaceTransform() const override; |
Member<SMILTimeContainer> m_timeContainer; |
Member<SVGPoint> m_translation; |