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

Unified Diff: content/plugin/webplugin_delegate_stub.cc

Issue 7082034: Send IME events to windowless plug-ins (Chromium side) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
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) {

Powered by Google App Engine
This is Rietveld 408576698