Index: ui/views/widget/native_widget_aura.cc |
=================================================================== |
--- ui/views/widget/native_widget_aura.cc (revision 111096) |
+++ ui/views/widget/native_widget_aura.cc (working copy) |
@@ -514,13 +514,6 @@ |
NOTIMPLEMENTED(); |
} |
-bool NativeWidgetAura::ConvertPointFromAncestor(const Widget* ancestor, |
- gfx::Point* point) const { |
- // http://crbug.com/102573 |
- NOTIMPLEMENTED(); |
- return false; |
-} |
- |
gfx::Rect NativeWidgetAura::GetWorkAreaBoundsInScreen() const { |
return gfx::Screen::GetMonitorWorkAreaNearestWindow(GetNativeView()); |
} |