Chromium Code Reviews| Index: ui/views/widget/native_widget_aura.cc |
| diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc |
| index 71500e3f83dcc0b53b9d589c07e13fbc849dbe70..d298688cecf71365c5cc0b1298650be6ad6d8447 100644 |
| --- a/ui/views/widget/native_widget_aura.cc |
| +++ b/ui/views/widget/native_widget_aura.cc |
| @@ -554,8 +554,7 @@ void NativeWidgetAura::OnFocus() { |
| InputMethod* input_method = widget->GetInputMethod(); |
| input_method->OnFocus(); |
| // See description of got_initial_focus_in_ for details on this. |
|
oshima
2011/12/06 19:30:37
please remove this as this is a copy from gtk and
mazda
2011/12/07 04:51:51
Done.
|
| - // TODO(mazda): Investigate this is actually necessary. |
| - // widget->GetFocusManager()->RestoreFocusedView(); |
| + widget->GetFocusManager()->RestoreFocusedView(); |
| } |
| delegate_->OnNativeFocus(window_); |
| } |