Index: third_party/WebKit/Source/core/svg/SVGPatternElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.h b/third_party/WebKit/Source/core/svg/SVGPatternElement.h |
index 29fa04b8068031699ca8764d9ca7696a4971dc72..ec5746e0cc76a9eb2328d31943904b8e6552317f 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPatternElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.h |
@@ -48,8 +48,7 @@ class SVGPatternElement final : public SVGElement, |
void collectPatternAttributes(PatternAttributes&) const; |
- AffineTransform localCoordinateSpaceTransform( |
- SVGElement::CTMScope) const override; |
+ AffineTransform localCoordinateSpaceTransform() const override; |
SVGAnimatedLength* x() const { return m_x.get(); } |
SVGAnimatedLength* y() const { return m_y.get(); } |