Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
index 58476dc27ee22ae77761d01722fc3080fed3a31c..13d991bcd365624c383ae236494a0bf029999d28 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
@@ -51,8 +51,7 @@ class CORE_EXPORT SVGGraphicsElement : public SVGElement, public SVGTests { |
SVGElement* nearestViewportElement() const; |
SVGElement* farthestViewportElement() const; |
- AffineTransform localCoordinateSpaceTransform( |
- SVGElement::CTMScope) const override { |
+ AffineTransform localCoordinateSpaceTransform() const override { |
return calculateTransform(IncludeMotionTransform); |
} |
AffineTransform* animateMotionTransform() override; |