| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 81ccacfb849e018c012a98cb08a03f045982a563..60f53dabc98702c8612fad470f70add6d1a4912a 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -267,7 +267,8 @@ void ChromotingHost::OnIncomingSession(
|
| if (session->config().protocol() ==
|
| protocol::SessionConfig::Protocol::WEBRTC) {
|
| connection.reset(new protocol::WebrtcConnectionToClient(
|
| - make_scoped_ptr(session), transport_context_));
|
| + make_scoped_ptr(session), transport_context_,
|
| + video_encode_task_runner_));
|
| } else {
|
| connection.reset(new protocol::IceConnectionToClient(
|
| make_scoped_ptr(session), transport_context_,
|
|
|