| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index fd50765a3d526faa0323d6805470ffd402e00f3a..7936bb1bf27d94e0866d66943941664fd1db4e70 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2964,6 +2964,11 @@ void WebViewImpl::focusDocumentView(WebFrame* frame)
|
| page()->focusController().focusDocumentView(frame->toImplBase()->frame(), false /* notifyEmbedder */);
|
| }
|
|
|
| +void WebViewImpl::unfocusDocumentView()
|
| +{
|
| + page()->focusController().focusDocumentView(nullptr /* frame */, false /* notifyEmbedder */);
|
| +}
|
| +
|
| void WebViewImpl::setInitialFocus(bool reverse)
|
| {
|
| if (!m_page)
|
|
|