| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index bf80ccafb4d7af0684c8a8999b265d03bd6e34cd..9f034664f1f7ee941ac9ed205df36534b8412362 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -287,7 +287,7 @@ void SVGElement::ClearAnimatedAttribute(const QualifiedName& attribute) {
|
| });
|
| }
|
|
|
| -AffineTransform SVGElement::LocalCoordinateSpaceTransform() const {
|
| +AffineTransform SVGElement::LocalCoordinateSpaceTransform(CTMScope) const {
|
| // To be overriden by SVGGraphicsElement (or as special case SVGTextElement
|
| // and SVGPatternElement)
|
| return AffineTransform();
|
|
|