Chromium Code Reviews| Index: content/plugin/webplugin_delegate_stub.cc |
| =================================================================== |
| --- content/plugin/webplugin_delegate_stub.cc (revision 128575) |
| +++ content/plugin/webplugin_delegate_stub.cc (working copy) |
| @@ -245,6 +245,10 @@ |
| void WebPluginDelegateStub::OnSetFocus(bool focused) { |
| delegate_->SetFocus(focused); |
| +#if defined(OS_WIN) && !defined(USE_AURA) |
| + if (focused) |
| + webplugin_->UpdateIMEStatus(); |
| +#endif |
| } |
| void WebPluginDelegateStub::OnHandleInputEvent( |