Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: third_party/WebKit/Source/web/WebPagePopupImpl.cpp

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: update comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 19ba8212468a085d68c85d4f6d76871c4c7039a9..1ef3155b502b9dc090bee3453f707ede30a31a5e 100644
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
@@ -88,9 +88,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);

Powered by Google App Engine
This is Rietveld 408576698