| 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 19491746627ef61de82f3f3a4ba3f4502febe3f9..62dbd294c4de1b4c8de2c46e468fe6349af999dc 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(FrameViewBase*) {
|
| +void SVGImageChromeClient::ScheduleAnimation(LocalFrame*) {
|
| // 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,
|
|
|