| Index: remoting/client/plugin/chromoting_instance.cc
|
| diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
|
| index aa48f077a77d6621893743117cb9d3d13a772549..c75f57a638d773f736ff1f3d313b1b95e7c01b29 100644
|
| --- a/remoting/client/plugin/chromoting_instance.cc
|
| +++ b/remoting/client/plugin/chromoting_instance.cc
|
| @@ -198,8 +198,8 @@ ChromotingInstance::ChromotingInstance(PP_Instance pp_instance)
|
| // are not shared with Chrome.
|
| thread_task_runner_handle_.reset(
|
| new base::ThreadTaskRunnerHandle(plugin_task_runner_));
|
| - thread_wrapper_.reset(
|
| - new jingle_glue::JingleThreadWrapper(plugin_task_runner_));
|
| + thread_wrapper_ =
|
| + jingle_glue::JingleThreadWrapper::WrapTaskRunner(plugin_task_runner_);
|
| media::InitializeCPUSpecificYUVConversions();
|
|
|
| // Register a global log handler.
|
|
|