| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h
|
| index 313561dfb3342ef05b19fa00e75c1407c32e699a..eea10b52b9a1b1dfccca5afbb2fd83f814d1a6d9 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h
|
| @@ -56,7 +56,7 @@ class CORE_EXPORT SVGImageChromeClient final : public EmptyChromeClient {
|
|
|
| void chromeDestroyed() override;
|
| void invalidateRect(const IntRect&) override;
|
| - void scheduleAnimation(Widget*) override;
|
| + void scheduleAnimation(FrameViewBase*) override;
|
|
|
| void setTimer(std::unique_ptr<TimerBase>);
|
| void animationTimerFired(TimerBase*);
|
|
|