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

Unified Diff: remoting/protocol/ice_connection_to_host.cc

Issue 1844143002: Add VideoLayout message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: remoting/protocol/ice_connection_to_host.cc
diff --git a/remoting/protocol/ice_connection_to_host.cc b/remoting/protocol/ice_connection_to_host.cc
index 2f870267426fe29a8564719db2851b9c0a6a2ba9..b8c211a99078af9253e6135b2a12396d67dd9bd4 100644
--- a/remoting/protocol/ice_connection_to_host.cc
+++ b/remoting/protocol/ice_connection_to_host.cc
@@ -119,7 +119,7 @@ void IceConnectionToHost::OnSessionStateChange(Session::State state) {
base::Bind(&IceConnectionToHost::OnVideoChannelStatus,
base::Unretained(this))));
video_dispatcher_.reset(
- new ClientVideoDispatcher(monitored_video_stub_.get()));
+ new ClientVideoDispatcher(monitored_video_stub_.get(), client_stub_));
video_dispatcher_->Init(transport_->GetChannelFactory(), this);
// Configure audio pipeline if necessary.

Powered by Google App Engine
This is Rietveld 408576698