Chromium Code Reviews| Index: remoting/host/chromoting_host_context.cc |
| diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc |
| index 0145f9990c53001c34cd4d024b5bd1ba521ecc50..abac0f04015e92a93ce36826bccd9ffa2e546114 100644 |
| --- a/remoting/host/chromoting_host_context.cc |
| +++ b/remoting/host/chromoting_host_context.cc |
| @@ -34,8 +34,8 @@ ChromotingHostContext::ChromotingHostContext( |
| "ChromotingInputThread", ui_task_runner_, base::MessageLoop::TYPE_IO); |
| network_task_runner_ = AutoThread::CreateWithType( |
| "ChromotingNetworkThread", ui_task_runner_, base::MessageLoop::TYPE_IO); |
| - video_capture_task_runner_ = |
| - AutoThread::Create("ChromotingCaptureThread", ui_task_runner_); |
| + video_capture_task_runner_ = AutoThread::CreateWithType( |
| + "ChromotingCaptureThread", ui_task_runner_, base::MessageLoop::TYPE_IO); |
| video_encode_task_runner_ = AutoThread::Create( |
|
aiguha
2014/07/18 21:30:37
Please see comments in previous patch set regardin
|
| "ChromotingEncodeThread", ui_task_runner_); |