Index: components/view_manager/view_manager_app.cc |
diff --git a/components/view_manager/view_manager_app.cc b/components/view_manager/view_manager_app.cc |
index 7fec7cd76a909aa69795ad50333800ea3f6d59f5..e303e636eb568191fd1956b3caf155e93814a8a5 100644 |
--- a/components/view_manager/view_manager_app.cc |
+++ b/components/view_manager/view_manager_app.cc |
@@ -62,7 +62,7 @@ void ViewManagerApp::Initialize(ApplicationImpl* app) { |
if (!gpu_state_.get()) |
gpu_state_ = new gles2::GpuState; |
- connection_manager_.reset(new ConnectionManager(this)); |
+ connection_manager_.reset(new ConnectionManager(this, surfaces_state_)); |
} |
bool ViewManagerApp::ConfigureIncomingConnection( |