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); |
aiguha
2014/07/29 17:06:26
(Based on comment from previous patch, but modifie
Wez
2014/08/01 01:14:14
It may be possible to check in CreateUdpSocket() w
|
video_encode_task_runner_ = AutoThread::Create( |
"ChromotingEncodeThread", ui_task_runner_); |