| 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 1eb6840626d0eb0804b75d9e8224d38ed18c5d01..d24a6a73a370ee992e9ff9e0d2a369e80fb96067 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -235,6 +235,11 @@ void SVGElement::setInstanceUpdatesBlocked(bool value)
|
| svgRareData()->setInstanceUpdatesBlocked(value);
|
| }
|
|
|
| +void SVGElement::setWebAnimationsPending()
|
| +{
|
| + document().accessSVGExtensions().addPendingWebAnimatedSVGElement(*this);
|
| +}
|
| +
|
| AffineTransform SVGElement::localCoordinateSpaceTransform(CTMScope) const
|
| {
|
| // To be overriden by SVGGraphicsElement (or as special case SVGTextElement and SVGPatternElement)
|
|
|