| 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.
|
|
|