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

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

Issue 12150004: Category group support/Renamings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed review comments + lint errors. Created 7 years, 9 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
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 b4899f5da362120ac9dc2692a6a49bc152574dd9..b6082a18d462a36a2e9b365b404f175281684112 100644
--- a/gpu/command_buffer/service/gpu_tracer.cc
+++ b/gpu/command_buffer/service/gpu_tracer.cc
@@ -128,7 +128,8 @@ class GPUTracerImpl
public base::SupportsWeakPtr<GPUTracerImpl> {
public:
GPUTracerImpl()
- : gpu_category_enabled_(TRACE_EVENT_API_GET_CATEGORY_ENABLED("gpu")),
+ : gpu_category_enabled_(
+ TRACE_EVENT_API_GET_CATEGORY_GROUP_ENABLED("gpu")),
process_posted_(false) {
}
virtual ~GPUTracerImpl() {}

Powered by Google App Engine
This is Rietveld 408576698