| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index 5b57a8f4930be68a49ccad4d03003b6a5791e371..ab2b59a276f542057b8ac923b3e9a7477f15cc18 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -123,7 +123,7 @@ class PagePopupChromeClient final : public EmptyChromeClient {
|
| popup_->WidgetClient()->DidInvalidateRect(paint_rect);
|
| }
|
|
|
| - void ScheduleAnimation(FrameViewBase*) override {
|
| + void ScheduleAnimation(LocalFrame*) override {
|
| // Calling scheduleAnimation on m_webView so WebViewTestProxy will call
|
| // beginFrame.
|
| if (LayoutTestSupport::IsRunningLayoutTest())
|
|
|