| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 0686c57577471216ddc2be2a2f618aa9cabc272a..c079ed3dbf609aeafe8f0f1cf99d4cc619d10cf2 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -128,6 +128,8 @@ bool GpuProcessLogMessageHandler(int severity,
|
|
|
| // Main function for starting the Gpu process.
|
| int GpuMain(const MainFunctionParams& parameters) {
|
| + DVLOG(1) << "gpu process running";
|
| +
|
| TRACE_EVENT0("gpu", "GpuMain");
|
| base::trace_event::TraceLog::GetInstance()->SetProcessName("GPU Process");
|
| base::trace_event::TraceLog::GetInstance()->SetProcessSortIndex(
|
|
|