Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: gpu/command_buffer/service/gpu_tracer.cc

Issue 1207823004: PlatformThreadHandle: remove public id() interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: the last two nits Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/gpu/gpu_watchdog_thread.cc ('k') | media/midi/midi_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gpu_tracer.cc
diff --git a/gpu/command_buffer/service/gpu_tracer.cc b/gpu/command_buffer/service/gpu_tracer.cc
index 868c5ec7299cf84a34f98b15b118d60eb79a9312..7871b51aba5d29e06d5c99fb946b42dea221f7dc 100644
--- a/gpu/command_buffer/service/gpu_tracer.cc
+++ b/gpu/command_buffer/service/gpu_tracer.cc
@@ -70,7 +70,7 @@ void TraceOutputter::TraceDevice(GpuTracerSource source,
TRACE_DISABLED_BY_DEFAULT("gpu.device"),
name.c_str(),
local_trace_device_id_,
- named_thread_.thread_id(),
+ named_thread_.GetThreadId(),
start_time,
"gl_category",
category.c_str(),
@@ -83,7 +83,7 @@ void TraceOutputter::TraceDevice(GpuTracerSource source,
TRACE_DISABLED_BY_DEFAULT("gpu.device"),
name.c_str(),
local_trace_device_id_,
- named_thread_.thread_id(),
+ named_thread_.GetThreadId(),
end_time - 1,
"gl_category",
category.c_str(),
« no previous file with comments | « content/gpu/gpu_watchdog_thread.cc ('k') | media/midi/midi_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698