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

Unified Diff: ui/base/ime/win/imm32_manager.h

Issue 21189003: Change IME conversion status by focusing input element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify Created 7 years, 4 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: ui/base/ime/win/imm32_manager.h
diff --git a/ui/base/ime/win/imm32_manager.h b/ui/base/ime/win/imm32_manager.h
index 08776abbd3207265908cb3bc619bbaf40dfdc31d..62889e916b66e8d8502d052b0ba6afc3d320a45b 100644
--- a/ui/base/ime/win/imm32_manager.h
+++ b/ui/base/ime/win/imm32_manager.h
@@ -241,7 +241,7 @@ class UI_EXPORT IMM32Manager {
base::i18n::TextDirection GetTextDirection() const;
// Sets conversion status corresponding to |input_mode|.
- void SetTextInputMode(HWND window_handle, TextInputMode input_mode);
+ virtual void SetTextInputMode(HWND window_handle, TextInputMode input_mode);
// Helper functions ----------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698