| 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
|
|
|