| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 01e81d957d46e0233a14b67d20fb5b6b860fb512..4c3972e7daee350df07f94cff074191950c0c3b1 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -605,11 +605,10 @@ bool GpuProcessHost::Init() {
|
| if (in_process_) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| DCHECK(GetGpuMainThreadFactory());
|
| - in_process_gpu_thread_.reset(GetGpuMainThreadFactory()(
|
| - InProcessChildThreadParams(
|
| + in_process_gpu_thread_.reset(
|
| + GetGpuMainThreadFactory()(InProcessChildThreadParams(
|
| base::ThreadTaskRunnerHandle::Get(),
|
| - process_->child_connection()->service_token()),
|
| - gpu_preferences));
|
| + process_->child_connection()->service_token())));
|
| base::Thread::Options options;
|
| #if defined(OS_WIN)
|
| // WGL needs to create its own window and pump messages on it.
|
|
|