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

Unified Diff: Source/core/page/Chrome.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/core/page/Chrome.h ('k') | Source/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.cpp
diff --git a/Source/core/page/Chrome.cpp b/Source/core/page/Chrome.cpp
index 35e27cb6bf07111fc65c0da25dac6e9d7f87f050..3886c4caa393dba5616894e0e8ea9f4a931aa33d 100644
--- a/Source/core/page/Chrome.cpp
+++ b/Source/core/page/Chrome.cpp
@@ -69,9 +69,9 @@ void Chrome::invalidateRect(const IntRect& updateRect)
m_client->invalidateRect(updateRect);
}
-IntRect Chrome::rootViewToScreen(const IntRect& rect) const
+IntRect Chrome::viewportToScreen(const IntRect& rect) const
{
- return m_client->rootViewToScreen(rect);
+ return m_client->viewportToScreen(rect);
}
blink::WebScreenInfo Chrome::screenInfo() const
« no previous file with comments | « Source/core/page/Chrome.h ('k') | Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698