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

Unified Diff: Source/web/ExternalPopupMenuTest.cpp

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/ExternalDateTimeChooser.cpp ('k') | Source/web/PopupContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ExternalPopupMenuTest.cpp
diff --git a/Source/web/ExternalPopupMenuTest.cpp b/Source/web/ExternalPopupMenuTest.cpp
index 1874f84f7ec287d670ae3ad5722236adb17f28a9..cb36e4c530fafece72d132042d27565fa12c4086 100644
--- a/Source/web/ExternalPopupMenuTest.cpp
+++ b/Source/web/ExternalPopupMenuTest.cpp
@@ -63,7 +63,7 @@ public:
virtual bool itemIsSelected(unsigned listIndex) const override { return listIndex == 0;}
virtual void setTextFromItem(unsigned listIndex) override { }
virtual bool multiple() const override { return false; }
- virtual IntRect elementRectRelativeToRootView() const override { return IntRect(); }
+ virtual IntRect elementRectRelativeToViewport() const override { return IntRect(); }
virtual Element& ownerElement() const override { return *m_ownerElement; }
virtual const LayoutStyle* layoutStyleForItem(Element& element) const override { return nullptr; }
« no previous file with comments | « Source/web/ExternalDateTimeChooser.cpp ('k') | Source/web/PopupContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698