Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(837)

Unified Diff: content/plugin/webplugin_delegate_stub.cc

Issue 9666050: Emulate ImmSetAssociateContextEx() for Flash. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/plugins/npapi/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/webplugin_delegate_stub.cc
===================================================================
--- content/plugin/webplugin_delegate_stub.cc (revision 126103)
+++ 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(
« no previous file with comments | « no previous file | webkit/plugins/npapi/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698