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 4b6e5dddd16b72f7013470740d575036b57c910c..4b8f989c18f3dd826d20abf25fc4c5b7fe872c7d 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -474,7 +474,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()) |