Index: content/common/gpu/client/command_buffer_proxy_impl.cc |
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc |
index 94abbe1f4fec261c6df14da355b5069e2ee9e7e3..7edd44086e7cc3e6ac01facf966465828267e78d 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.cc |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.cc |
@@ -194,7 +194,7 @@ void CommandBufferProxyImpl::Flush(int32 put_offset) { |
if (last_state_.error != gpu::error::kNoError) |
return; |
- TRACE_EVENT1("gpu", |
+ TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("gpu.debug"), |
"CommandBufferProxyImpl::Flush", |
"put_offset", |
put_offset); |