| 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 699ce4275c54d055767ca08e0d1acefb420398dc..f43ee625c3cf7624a6f2f8b6496dee08ce8dc974 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -632,7 +632,7 @@ GpuProcessHost::~GpuProcessHost() {
|
| bool GpuProcessHost::Init() {
|
| init_start_time_ = base::TimeTicks::Now();
|
|
|
| - TRACE_EVENT_INSTANT0("gpu", "LaunchGpuProcess");
|
| + TRACE_EVENT_INSTANT0("gpu", "LaunchGpuProcess", TRACE_EVENT_SCOPE_THREAD);
|
|
|
| std::string channel_id = process_->GetHost()->CreateChannel();
|
| if (channel_id.empty())
|
|
|