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

Unified Diff: Source/platform/HostWindow.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/testing/Internals.idl ('k') | Source/web/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/HostWindow.h
diff --git a/Source/platform/HostWindow.h b/Source/platform/HostWindow.h
index f0874c31a58d39501d494957a4c9b7b3845db2ba..9065dd63bb3810276d0d0f42cb2e7e407176befe 100644
--- a/Source/platform/HostWindow.h
+++ b/Source/platform/HostWindow.h
@@ -50,8 +50,8 @@ public:
virtual void invalidateDisplayItemClient(DisplayItemClient) { }
virtual void invalidateAllDisplayItems() { }
- // Methods for doing coordinate conversions to screen coordinates.
- virtual IntRect rootViewToScreen(const IntRect&) const = 0;
+ // Converts from the window coordinates to screen coordinates.
+ virtual IntRect viewportToScreen(const IntRect&) const = 0;
virtual WebScreenInfo screenInfo() const = 0;
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | Source/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698