| 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 2b7f899899c81eeaa237279bf223e039452856a5..b8cd48041a4b84638eb0383a5957905201b5c8bb 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();
|
|
|