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