| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 5c9b8a403b1930817fedb81ea5f6ced5b60f6372..72629f332e487324fae1cc8a508400a567b45c9e 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -928,7 +928,7 @@ void WebPluginContainerImpl::focusPlugin()
|
| if (Page* currentPage = containingFrame.page())
|
| currentPage->focusController().setFocusedElement(m_element, &containingFrame);
|
| else
|
| - containingFrame.document()->setFocusedElement(m_element);
|
| + containingFrame.document()->setFocusedElement(m_element, FocusParams(SelectionBehaviorOnFocus::None, WebFocusTypeNone, nullptr));
|
| }
|
|
|
| void WebPluginContainerImpl::issuePaintInvalidations()
|
|
|