Index: views/ime/mock_input_method.cc |
diff --git a/views/ime/mock_input_method.cc b/views/ime/mock_input_method.cc |
index 088949498669e638345879295ba535827ae7aea8..5295585b30ce7e0499ea39f4f11070adc85ef0d3 100644 |
--- a/views/ime/mock_input_method.cc |
+++ b/views/ime/mock_input_method.cc |
@@ -80,6 +80,7 @@ void MockInputMethod::DispatchKeyEvent(const KeyEvent& key) { |
void MockInputMethod::OnTextInputTypeChanged(View* view) { |
if (IsViewFocused(view)) |
text_input_type_changed_ = true; |
+ InputMethodBase::OnTextInputTypeChanged(view); |
} |
void MockInputMethod::OnCaretBoundsChanged(View* view) { |