| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index 4f81bb69594454aa04f8896d411fe4e8d7341dc6..f6658d791b3df0cca47c00089d3f57e623593cb0 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -202,6 +202,10 @@ public:
|
| // elements.
|
| virtual void focusDocumentView(WebFrame*) = 0;
|
|
|
| + // Sets no frame as focused and fires blur events on any currently focused
|
| + // element.
|
| + virtual void unfocusDocumentView() = 0;
|
| +
|
| // Focus the first (last if reverse is true) focusable node.
|
| virtual void setInitialFocus(bool reverse) = 0;
|
|
|
|
|