| Index: third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| index 89f41d86afca7c1432eaeee833763d055d1f655a..b2e58b04558ca462cb98b75accace7908c3d6c1d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| @@ -215,7 +215,8 @@ void SVGPatternElement::CollectPatternAttributes(
|
| }
|
| }
|
|
|
| -AffineTransform SVGPatternElement::LocalCoordinateSpaceTransform() const {
|
| +AffineTransform SVGPatternElement::LocalCoordinateSpaceTransform(
|
| + CTMScope) const {
|
| return CalculateTransform(SVGElement::kExcludeMotionTransform);
|
| }
|
|
|
|
|