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

Unified Diff: views/ime/mock_input_method.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/mock_input_method.cc
diff --git a/views/ime/mock_input_method.cc b/views/ime/mock_input_method.cc
index 8864552304f421ed34543f243e8f40cec5ac8220..31edf7c4149df580a5d881dac22ad0060ee6e02e 100644
--- a/views/ime/mock_input_method.cc
+++ b/views/ime/mock_input_method.cc
@@ -67,6 +67,7 @@ void MockInputMethod::DispatchKeyEvent(const KeyEvent& key) {
void MockInputMethod::OnTextInputTypeChanged(View* view) {
DCHECK(IsViewFocused(view));
+ InputMethodBase::OnTextInputTypeChanged(view);
text_input_type_changed_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698