| 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..de6e9ec4ff408fbbe1808d91da72d759099766d8 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 PlatformFrameView*) {
|
| // 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,
|
|
|