| Index: ui/views/ime/input_method_bridge.cc
|
| diff --git a/ui/views/ime/input_method_bridge.cc b/ui/views/ime/input_method_bridge.cc
|
| index 3d9a4587181d00db03d3eafb2c1283f644fa9790..b4a6bff0e7dd93bfbcd0c88284628276d945960e 100644
|
| --- a/ui/views/ime/input_method_bridge.cc
|
| +++ b/ui/views/ime/input_method_bridge.cc
|
| @@ -38,6 +38,10 @@ void InputMethodBridge::OnFocus() {
|
| if (shared_input_method_ || !host_->GetTextInputClient())
|
| host_->SetFocusedTextInputClient(this);
|
|
|
| + OnPossibleRefocus();
|
| +}
|
| +
|
| +void InputMethodBridge::OnPossibleRefocus() {
|
| // TODO(yusukes): We don't need to call OnTextInputTypeChanged() once we move
|
| // text input type tracker code to ui::InputMethodBase.
|
| if (GetFocusedView())
|
|
|