| 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 d9bffe4aa0b0c9cafa2ed6bbbbcb0acb281ad923..653832ffc6df0c66e85e6669f6baa75e26ca6659 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
|
| @@ -82,7 +82,7 @@ void SVGImageChromeClient::resumeAnimation() {
|
| scheduleAnimation(nullptr);
|
| }
|
|
|
| -void SVGImageChromeClient::scheduleAnimation(Widget*) {
|
| +void SVGImageChromeClient::scheduleAnimation(FrameViewBase*) {
|
| // 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,
|
|
|