| 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 df9a49c118d8050910077d1b008b1c5f7be2a356..82ed1b563ebed9b07aa550dfdd2ade428084f431 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
|
| @@ -48,7 +48,7 @@ class SVGPatternElement final : public SVGElement,
|
|
|
| void CollectPatternAttributes(PatternAttributes&) const;
|
|
|
| - AffineTransform LocalCoordinateSpaceTransform() const override;
|
| + AffineTransform LocalCoordinateSpaceTransform(CTMScope) const override;
|
|
|
| SVGAnimatedLength* x() const { return x_.Get(); }
|
| SVGAnimatedLength* y() const { return y_.Get(); }
|
|
|