| Index: ui/views/widget/native_widget_win.cc
|
| ===================================================================
|
| --- ui/views/widget/native_widget_win.cc (revision 111096)
|
| +++ ui/views/widget/native_widget_win.cc (working copy)
|
| @@ -991,12 +991,6 @@
|
| ::SetFocus(native_view);
|
| }
|
|
|
| -bool NativeWidgetWin::ConvertPointFromAncestor(
|
| - const Widget* ancestor, gfx::Point* point) const {
|
| - NOTREACHED();
|
| - return false;
|
| -}
|
| -
|
| gfx::Rect NativeWidgetWin::GetWorkAreaBoundsInScreen() const {
|
| return gfx::Screen::GetMonitorWorkAreaNearestWindow(GetNativeView());
|
| }
|
|
|