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

Unified Diff: trunk/src/content/common/gpu/client/command_buffer_proxy_impl.cc

Issue 62093002: Revert 230444 "content: Disable CommandBufferProxyImpl::Flush tr..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/common/gpu/client/command_buffer_proxy_impl.cc
===================================================================
--- trunk/src/content/common/gpu/client/command_buffer_proxy_impl.cc (revision 233270)
+++ trunk/src/content/common/gpu/client/command_buffer_proxy_impl.cc (working copy)
@@ -193,7 +193,7 @@
if (last_state_.error != gpu::error::kNoError)
return;
- TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("gpu.debug"),
+ TRACE_EVENT1("gpu",
"CommandBufferProxyImpl::Flush",
"put_offset",
put_offset);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698