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

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: 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/web/tests/PinchViewportTest.cpp ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index ea396c928726a81c9d3d976b5d46c79e29b76879..774d117bf2106323be309e1e96c71587a3bf1574 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
« no previous file with comments | « Source/web/tests/PinchViewportTest.cpp ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698