Index: third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
index 62dbd294c4de1b4c8de2c46e468fe6349af999dc..55ac34d99556db419b55be7dd8188e7672512b46 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp |
@@ -83,7 +83,7 @@ void SVGImageChromeClient::ResumeAnimation() { |
ScheduleAnimation(nullptr); |
} |
-void SVGImageChromeClient::ScheduleAnimation(LocalFrame*) { |
+void SVGImageChromeClient::ScheduleAnimation(const PlatformLocalFrame*) { |
// Because a single SVGImage can be shared by multiple pages, we can't key |
// our svg image layout on the page's real animation frame. Therefore, we |
// run this fake animation timer to trigger layout in SVGImages. The name, |