Index: views/widget/root_view.cc |
=================================================================== |
--- views/widget/root_view.cc (revision 92600) |
+++ views/widget/root_view.cc (working copy) |
@@ -72,7 +72,7 @@ |
} |
View* RootView::GetContentsView() { |
- return child_count() > 0 ? GetChildViewAt(0) : NULL; |
+ return child_count() > 0 ? child_at(0) : NULL; |
} |
void RootView::NotifyNativeViewHierarchyChanged(bool attached, |