Index: ui/views/widget/native_widget_aura.cc |
=================================================================== |
--- ui/views/widget/native_widget_aura.cc (revision 111160) |
+++ ui/views/widget/native_widget_aura.cc (working copy) |
@@ -510,8 +510,7 @@ |
} |
void NativeWidgetAura::FocusNativeView(gfx::NativeView native_view) { |
- // http://crbug.com/102572 |
- NOTIMPLEMENTED(); |
+ window_->GetFocusManager()->SetFocusedWindow(native_view); |
} |
gfx::Rect NativeWidgetAura::GetWorkAreaBoundsInScreen() const { |