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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.cc

Issue 11280272: Revert 165866 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/web_compositor_support_impl.cc
===================================================================
--- webkit/compositor_bindings/web_compositor_support_impl.cc (revision 170698)
+++ webkit/compositor_bindings/web_compositor_support_impl.cc (working copy)
@@ -4,7 +4,6 @@
#include "webkit/compositor_bindings/web_compositor_support_impl.h"
-#include "base/debug/trace_event.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop_proxy.h"
#include "cc/thread_impl.h"
@@ -59,7 +58,6 @@
DCHECK(!initialized_);
initialized_ = true;
if (impl_thread) {
- TRACE_EVENT_INSTANT0("test_gpu", "ThreadedCompositingInitialization");
impl_thread_message_loop_proxy_ =
static_cast<webkit_glue::WebThreadImpl*>(impl_thread)->
message_loop()->message_loop_proxy();
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698