Index: content/plugin/webplugin_delegate_stub.cc |
=================================================================== |
--- content/plugin/webplugin_delegate_stub.cc (revision 87397) |
+++ content/plugin/webplugin_delegate_stub.cc (working copy) |
@@ -251,6 +251,9 @@ |
WebCursorInfo cursor_info; |
*handled = delegate_->HandleInputEvent(*event, &cursor_info); |
cursor->InitFromCursorInfo(cursor_info); |
+#if defined(OS_WIN) |
+ webplugin_->UpdateIMEStatus(); |
+#endif |
} |
void WebPluginDelegateStub::OnPaint(const gfx::Rect& damaged_rect) { |