| Index: content/browser/gpu/gpu_process_host.cc
|
| ===================================================================
|
| --- content/browser/gpu/gpu_process_host.cc (revision 109122)
|
| +++ content/browser/gpu/gpu_process_host.cc (working copy)
|
| @@ -467,6 +467,8 @@
|
| // respond to any requests to establish a GPU channel. The response
|
| // to such requests require that the GPU process handle be known.
|
|
|
| + TRACE_EVENT0("test_gpu", "GpuProcessLaunched");
|
| +
|
| base::ProcessHandle child_handle = in_process_ ?
|
| base::GetCurrentProcessHandle() : handle();
|
|
|
|
|