summaryrefslogtreecommitdiffstats
path: root/views/ime/mock_input_method.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/ime/mock_input_method.cc')
-rw-r--r--views/ime/mock_input_method.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/ime/mock_input_method.cc b/views/ime/mock_input_method.cc
index 0889494..5295585 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) {