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 b44a328d2a054e678d61b9af6693ac128f19375f..7e3a58896c1e3d27dc3590e28763cb9df0d8303a 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) |