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

Unified Diff: views/ime/input_method_gtk.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: Rebase Created 9 years, 5 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/input_method_base.cc ('k') | views/ime/input_method_ibus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/ime/input_method_gtk.cc
diff --git a/views/ime/input_method_gtk.cc b/views/ime/input_method_gtk.cc
index b55ccb901f13beae53a187a7df101e9d0b124e04..6cb35b2be242a2f6aebb880a726e42ec13e8a62a 100644
--- a/views/ime/input_method_gtk.cc
+++ b/views/ime/input_method_gtk.cc
@@ -161,6 +161,7 @@ void InputMethodGtk::OnTextInputTypeChanged(View* view) {
DCHECK(!composing_text_);
UpdateContextFocusState();
}
+ InputMethodBase::OnTextInputTypeChanged(view);
}
void InputMethodGtk::OnCaretBoundsChanged(View* view) {
« no previous file with comments | « views/ime/input_method_base.cc ('k') | views/ime/input_method_ibus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698