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

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 comment, added better support for default filtering, fixed merge issues. 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 178cb7a766e60193c7362c0f55789283a6c8daf7..e327489bf4c7ebff3ad9be4b2523f2c81e7e9974 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