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

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: Build fix 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
Index: Source/platform/HostWindow.h
diff --git a/Source/platform/HostWindow.h b/Source/platform/HostWindow.h
index 61050f6cd2c278d8ac80117e4a726a9d6f167673..09f1c7cfaa8dd671c82cd25526c1930eae2b6d4b 100644
--- a/Source/platform/HostWindow.h
+++ b/Source/platform/HostWindow.h
@@ -43,8 +43,8 @@ public:
// Requests the host invalidate the contents.
virtual void invalidateRect(const IntRect& updateRect) = 0;
- // 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;

Powered by Google App Engine
This is Rietveld 408576698