| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index 6d4fec56d19c72893c5a36fe0b1c15917a02b8cb..e78f4ab23484e28b33f42f32d87888320a2abb2f 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -169,7 +169,7 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
|
| bool TabsToLinks() override { return false; }
|
|
|
| void InvalidateRect(const IntRect&) override {}
|
| - void ScheduleAnimation(FrameViewBase*) override {}
|
| + void ScheduleAnimation(LocalFrame*) override {}
|
|
|
| IntRect ViewportToScreen(const IntRect& r,
|
| const FrameViewBase*) const override {
|
|
|