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

Unified Diff: views/ime/input_method_win.cc

Issue 7217008: Use input method to control visibility of virtual keyboard (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Update Created 9 years, 6 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: views/ime/input_method_win.cc
diff --git a/views/ime/input_method_win.cc b/views/ime/input_method_win.cc
index f720f0591964f5fc2eb5945147f1af3a7e026549..5a4544d17cb7e7eefc0afb4c3b2e8f06dfb55715 100644
--- a/views/ime/input_method_win.cc
+++ b/views/ime/input_method_win.cc
@@ -68,6 +68,7 @@ void InputMethodWin::DispatchKeyEvent(const KeyEvent& key) {
}
void InputMethodWin::OnTextInputTypeChanged(View* view) {
+ InputMethodBase::TextInputTypeChanged();
if (IsViewFocused(view)) {
ime_input_.CancelIME(hwnd());
UpdateIMEState();

Powered by Google App Engine
This is Rietveld 408576698