| 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 4c1b225a102bff17c9b739da9e81039e15d85b93..ab973fc8435e456bd9ba5c071f3edf1cc6868e5a 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -197,10 +197,6 @@ class WebView : protected WebWidget {
|
| // 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;
|
|
|
|
|