Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: components/view_manager/view_manager_app.cc

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet anther rebase (YAR!!!) Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 248142e9ea34c55a5f9d7850e4e0167a872dd2e0..db2797d9195dc74e3d0d7b9c70715542d0c52d53 100644
--- a/components/view_manager/view_manager_app.cc
+++ b/components/view_manager/view_manager_app.cc
@@ -66,7 +66,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(

Powered by Google App Engine
This is Rietveld 408576698