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 13137450a7607b6a13a482ad6800cc33154b1ff5..df6a0cf0cf2170be34e63f4d4c2e552096174d79 100644 |
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
@@ -895,8 +895,8 @@ void WebPluginContainerImpl::focusPlugin() { |
&containingFrame); |
else |
containingFrame.document()->setFocusedElement( |
- m_element, |
- FocusParams(SelectionBehaviorOnFocus::None, WebFocusTypeNone, nullptr)); |
+ m_element, FocusParams(SelectionBehaviorOnFocus::None, WebFocusTypeNone, |
+ InputDeviceCapabilities::Null)); |
} |
void WebPluginContainerImpl::issuePaintInvalidations() { |