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

Unified Diff: Source/core/page/Chrome.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/core/loader/EmptyClients.h ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.h
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
index 29119ed715a5fa6cfec6f79133d0efb2b5724071..a39d7705cbe2a509d49453fdbb7805b90e750856 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -61,7 +61,7 @@ public:
// HostWindow methods.
virtual void invalidateRect(const IntRect&) override;
- virtual IntRect rootViewToScreen(const IntRect&) const override;
+ virtual IntRect viewportToScreen(const IntRect&) const override;
virtual blink::WebScreenInfo screenInfo() const override;
virtual void scheduleAnimation() override;
« no previous file with comments | « Source/core/loader/EmptyClients.h ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698