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

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
« no previous file with comments | « remoting/protocol/host_control_dispatcher.cc ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « remoting/protocol/host_control_dispatcher.cc ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698