| 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 7bf6292479864a22c1d37ecee7d5af3f4451301f..003e31b96e536fa665eea0a975ef7c4616ab2595 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -440,7 +440,8 @@ GpuProcessHost::GpuProcessHost(int host_id, GpuProcessKind kind)
|
| BrowserThread::PostTask(
|
| BrowserThread::UI,
|
| FROM_HERE,
|
| - base::Bind(base::IgnoreResult(&GpuProcessHostUIShim::Create), host_id));
|
| + base::Bind(base::IgnoreResult(&GpuProcessHostUIShim::Create),
|
| + host_id, in_process_));
|
|
|
| process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_GPU, this));
|
| }
|
|
|