| Index: content/common/gpu/client/gpu_channel_host.cc
|
| diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
|
| index 80dfe0a48a074fe5ecd3040dd6a5c9e2361922f6..3b36d062eaeb04775fee126a6db57020b96d5f4e 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.cc
|
| +++ b/content/common/gpu/client/gpu_channel_host.cc
|
| @@ -320,7 +320,7 @@ void GpuChannelHost::AddRoute(
|
| io_task_runner->PostTask(FROM_HERE,
|
| base::Bind(&GpuChannelHost::MessageFilter::AddRoute,
|
| channel_filter_.get(), route_id, listener,
|
| - base::ThreadTaskRunnerHandle::Get()));
|
| + factory_->TaskRunner()));
|
| }
|
|
|
| void GpuChannelHost::RemoveRoute(int route_id) {
|
|
|