Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
index ebcd2f6c5e610bcfdd5b7d26d8d122dd004cb891..796eb9f019f2169bf0e26279e8d0b6e781a4d7d1 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
@@ -559,6 +559,11 @@ void SVGSVGElement::removedFrom(ContainerNode* rootParent) |
SVGGraphicsElement::removedFrom(rootParent); |
} |
+SMILTimeContainer* SVGSVGElement::timeContainer() const |
+{ |
+ return m_timeContainer.get(); |
+} |
+ |
void SVGSVGElement::pauseAnimations() |
{ |
ASSERT(RuntimeEnabledFeatures::smilEnabled()); |