Index: views/widget/native_widget_view.cc |
=================================================================== |
--- views/widget/native_widget_view.cc (revision 88384) |
+++ views/widget/native_widget_view.cc (working copy) |
@@ -32,7 +32,7 @@ |
void NativeWidgetView::ViewHierarchyChanged(bool is_add, View* parent, |
View* child) { |
if (is_add && child == this) |
- delegate()->OnNativeWidgetCreated(); |
+ delegate()->OnNativeWidgetCreated(gfx::Rect()); // TODO(beng): |
} |
void NativeWidgetView::OnBoundsChanged(const gfx::Rect& previous_bounds) { |