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

Unified Diff: Source/web/WebPopupMenuImpl.h

Issue 919423002: Audited and renamed uses of methods and variables named RootView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 5 years, 10 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
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebPopupMenuImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPopupMenuImpl.h
diff --git a/Source/web/WebPopupMenuImpl.h b/Source/web/WebPopupMenuImpl.h
index 743b40eaf4a45a70907b3f3af7fb5c49902f3e1a..c21970ade02876a3aba09b7f8558a467a0d0d846 100644
--- a/Source/web/WebPopupMenuImpl.h
+++ b/Source/web/WebPopupMenuImpl.h
@@ -110,7 +110,7 @@ public:
// HostWindow methods:
virtual void invalidateRect(const IntRect&) override final;
virtual void scheduleAnimation() override final;
- virtual IntRect rootViewToScreen(const IntRect&) const override final;
+ virtual IntRect viewportToScreen(const IntRect&) const override final;
virtual WebScreenInfo screenInfo() const override final;
// PopupContainerClient methods:
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebPopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698