| 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() {}
|
|
|