Index: ui/views/widget/widget.cc |
=================================================================== |
--- ui/views/widget/widget.cc (revision 111096) |
+++ ui/views/widget/widget.cc (working copy) |
@@ -816,11 +816,6 @@ |
return !!v; |
} |
-bool Widget::ConvertPointFromAncestor( |
- const Widget* ancestor, gfx::Point* point) const { |
- return native_widget_->ConvertPointFromAncestor(ancestor, point); |
-} |
- |
View* Widget::GetChildViewParent() { |
return GetContentsView() ? GetContentsView() : GetRootView(); |
} |