| Index: mojo/services/view_manager/root_view_manager.cc
|
| diff --git a/mojo/services/view_manager/root_view_manager.cc b/mojo/services/view_manager/root_view_manager.cc
|
| index 6e7baf005abf15762d5041fb223801f91040f75a..c0ee689f63033fdd9126db9e4bb6f9ac72c273b7 100644
|
| --- a/mojo/services/view_manager/root_view_manager.cc
|
| +++ b/mojo/services/view_manager/root_view_manager.cc
|
| @@ -130,6 +130,7 @@ RootViewManager::RootViewManager(ApplicationConnection* app_connection,
|
| window_tree_host_.reset(new WindowTreeHostImpl(
|
| viewport.Pass(),
|
| gfx::Rect(800, 600),
|
| + root_node,
|
| base::Bind(&RootViewManager::OnCompositorCreated,
|
| base::Unretained(this))));
|
| }
|
|
|