| Index: views/ime/input_method_ibus.cc
|
| diff --git a/views/ime/input_method_ibus.cc b/views/ime/input_method_ibus.cc
|
| index d3d498272186074868b240bd94d0b7400b58302a..f2893bf2c483c612c1031a08f2c88e528236726e 100644
|
| --- a/views/ime/input_method_ibus.cc
|
| +++ b/views/ime/input_method_ibus.cc
|
| @@ -416,6 +416,7 @@ void InputMethodIBus::OnTextInputTypeChanged(View* view) {
|
| ResetContext();
|
| UpdateContextFocusState();
|
| }
|
| + InputMethodBase::OnTextInputTypeChanged(view);
|
| }
|
|
|
| void InputMethodIBus::OnCaretBoundsChanged(View* view) {
|
|
|