| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 33b3d4b7473ebf9e564edc5e9863a529d4098eb6..c640cdb29baeb0e97c7d272c9a915e6bbec6c7a8 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -275,7 +275,8 @@ void ChromotingHost::OnIncomingSession(
|
|
|
| // Create a client object.
|
| scoped_ptr<protocol::ConnectionToClient> connection(
|
| - new protocol::IceConnectionToClient(make_scoped_ptr(session)));
|
| + new protocol::IceConnectionToClient(make_scoped_ptr(session),
|
| + video_encode_task_runner_));
|
| ClientSession* client = new ClientSession(
|
| this,
|
| audio_task_runner_,
|
|
|