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

Unified Diff: views/widget/native_widget_win.h

Issue 8294026: Support IMM32 reconversion on Windows (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase Created 9 years, 2 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 | « views/ime/text_input_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_win.h
diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h
index 1b8632fd0950fb6c52d7cf926e75005d8506f11b..c23426b252f7058b559240d7b79dcb492e2e9299 100644
--- a/views/widget/native_widget_win.h
+++ b/views/widget/native_widget_win.h
@@ -328,6 +328,7 @@ class VIEWS_EXPORT NativeWidgetWin : public ui::WindowImpl,
MESSAGE_HANDLER_EX(WM_IME_STARTCOMPOSITION, OnImeMessages)
MESSAGE_HANDLER_EX(WM_IME_COMPOSITION, OnImeMessages)
MESSAGE_HANDLER_EX(WM_IME_ENDCOMPOSITION, OnImeMessages)
+ MESSAGE_HANDLER_EX(WM_IME_REQUEST, OnImeMessages)
MESSAGE_HANDLER_EX(WM_CHAR, OnImeMessages)
MESSAGE_HANDLER_EX(WM_SYSCHAR, OnImeMessages)
MESSAGE_HANDLER_EX(WM_DEADCHAR, OnImeMessages)
« no previous file with comments | « views/ime/text_input_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698