Chromium Code Reviews| Index: components/plugins/renderer/plugin_placeholder.cc |
| diff --git a/components/plugins/renderer/plugin_placeholder.cc b/components/plugins/renderer/plugin_placeholder.cc |
| index deb64d7c02f37b5de34caee240cd92ea433925b7..4d8647107fd59ca9caab6dadc81295fb92b97150 100644 |
| --- a/components/plugins/renderer/plugin_placeholder.cc |
| +++ b/components/plugins/renderer/plugin_placeholder.cc |
| @@ -212,6 +212,7 @@ void PluginPlaceholder::LoadPlugin() { |
| WebPlugin* plugin = |
| render_frame()->CreatePlugin(frame_, plugin_info_, plugin_params_); |
| ReplacePlugin(plugin); |
| + plugin->updateFocus(true); |
|
Bernhard Bauer
2014/01/22 10:15:09
Hmm... I'm somewhat worried that this will uncondi
Ruiyi Luo
2014/01/24 13:18:22
Hello Bernhard,
Thanks. I will do more debug her
Bernhard Bauer
2014/01/24 13:37:53
Well, WebPluginContainerImpl will call WebPlugin::
|
| } |
| void PluginPlaceholder::LoadCallback() { |