Chromium Code Reviews| Index: views/ime/input_method_gtk.cc |
| diff --git a/views/ime/input_method_gtk.cc b/views/ime/input_method_gtk.cc |
| index b55ccb901f13beae53a187a7df101e9d0b124e04..2b1d33c9f825b60b64d6cf5cb9db4bcdb8b4b1db 100644 |
| --- a/views/ime/input_method_gtk.cc |
| +++ b/views/ime/input_method_gtk.cc |
| @@ -157,6 +157,7 @@ void InputMethodGtk::DispatchKeyEvent(const KeyEvent& key) { |
| } |
| void InputMethodGtk::OnTextInputTypeChanged(View* view) { |
| + InputMethodBase::OnTextInputTypeChanged(view); |
|
sadrul
2011/07/11 13:56:06
I wonder if the notification should be done at the
|
| if (IsViewFocused(view)) { |
| DCHECK(!composing_text_); |
| UpdateContextFocusState(); |