| 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 1ffe8501a778d885dd9b7ad3b48ee9d035c65441..c65cff5b36165dd4d178d0103bf5bb15311b6476 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)
|
|
|