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

Unified Diff: public/web/WebView.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: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 8d669698072bd041babdba43b189d24ae036fd4b..4112d1884a4c9eddcbfd2ec1adfbac8c36f4b626 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -177,7 +177,7 @@ public:
virtual void clearFocusedElement() = 0;
// Scrolls the node currently in focus into |rect|, where |rect| is in
- // window space. Returns true if an animation was started.
+ // viewport space. Returns true if an animation was started.
virtual bool scrollFocusedNodeIntoRect(const WebRect&) { return false; }
// Advance the focus of the WebView forward to the next element or to the

Powered by Google App Engine
This is Rietveld 408576698