| 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 9fb820db4eefa43c1c99bf4e481ce65f2194bb41..2272daf96b0a47106c4aea5d6d4379e861d4c338 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| @@ -157,7 +157,7 @@ class SVGSVGElement final : public SVGGraphicsElement,
|
| Member<SVGAnimatedLength> width_;
|
| Member<SVGAnimatedLength> height_;
|
|
|
| - AffineTransform LocalCoordinateSpaceTransform() const override;
|
| + AffineTransform LocalCoordinateSpaceTransform(CTMScope) const override;
|
|
|
| Member<SMILTimeContainer> time_container_;
|
| Member<SVGPoint> translation_;
|
|
|