| Index: ui/views/widget/native_widget_win.cc
|
| ===================================================================
|
| --- ui/views/widget/native_widget_win.cc (revision 157553)
|
| +++ ui/views/widget/native_widget_win.cc (working copy)
|
| @@ -471,10 +471,6 @@
|
| message_handler_->ClearNativeFocus();
|
| }
|
|
|
| -void NativeWidgetWin::FocusNativeView(gfx::NativeView native_view) {
|
| - message_handler_->FocusHWND(native_view);
|
| -}
|
| -
|
| gfx::Rect NativeWidgetWin::GetWorkAreaBoundsInScreen() const {
|
| return gfx::Screen::GetDisplayNearestWindow(GetNativeView()).work_area();
|
| }
|
|
|