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 d1d68bfc311b6eac8b715a7c281adb987a2437f1..f84fa241e5ea63f00f27493dcedaff2ddff2f3b4 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
@@ -51,7 +51,7 @@ class CORE_EXPORT SVGGraphicsElement : public SVGElement, public SVGTests { |
SVGElement* nearestViewportElement() const; |
SVGElement* farthestViewportElement() const; |
- AffineTransform LocalCoordinateSpaceTransform() const override { |
+ AffineTransform LocalCoordinateSpaceTransform(CTMScope) const override { |
return CalculateTransform(kIncludeMotionTransform); |
} |
AffineTransform* AnimateMotionTransform() override; |