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; |
} |