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 27fd14f47a416696251aa34584c15ccf0bbf6fdf..e7d7458298c5bdf31e02b2c0a777bab10d765fe3 100644 |
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp |
@@ -89,9 +89,8 @@ class PagePopupChromeClient final : public EmptyChromeClient { |
IntRect RootWindowRect() override { return popup_->WindowRectInScreen(); } |
- IntRect ViewportToScreen( |
- const IntRect& rect, |
- const FrameViewBase* frame_view_base) const override { |
+ IntRect ViewportToScreen(const IntRect& rect, |
+ const FrameView* frame_view) const override { |
WebRect rect_in_screen(rect); |
WebRect window_rect = popup_->WindowRectInScreen(); |
popup_->WidgetClient()->ConvertViewportToWindow(&rect_in_screen); |