Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp |
index 52bc9e2124c109d027365d020fb8aa7cadfe312c..c89087b159b405b0f2a81fd3ebecc6ebc19997a8 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp |
@@ -521,7 +521,7 @@ void SVGImage::resetAnimation() { |
scheduleTimelineRewind(); |
} |
-bool SVGImage::hasAnimations() const { |
+bool SVGImage::maybeAnimated() { |
SVGSVGElement* rootElement = svgRootElement(m_page.get()); |
if (!rootElement) |
return false; |