| Index: ui/views/widget/native_widget_aura.cc
|
| ===================================================================
|
| --- ui/views/widget/native_widget_aura.cc (revision 157553)
|
| +++ ui/views/widget/native_widget_aura.cc (working copy)
|
| @@ -659,10 +659,6 @@
|
| window_->GetFocusManager()->SetFocusedWindow(window_, NULL);
|
| }
|
|
|
| -void NativeWidgetAura::FocusNativeView(gfx::NativeView native_view) {
|
| - window_->GetFocusManager()->SetFocusedWindow(native_view, NULL);
|
| -}
|
| -
|
| gfx::Rect NativeWidgetAura::GetWorkAreaBoundsInScreen() const {
|
| return gfx::Screen::GetDisplayNearestWindow(GetNativeView()).work_area();
|
| }
|
|
|