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 |