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

Unified Diff: chrome/browser/android/compositor/compositor_view.cc

Issue 2397373003: tracing: remove UNSHIPPED_TRACE_EVENT (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « base/trace_event/common/trace_event_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/compositor/compositor_view.cc
diff --git a/chrome/browser/android/compositor/compositor_view.cc b/chrome/browser/android/compositor/compositor_view.cc
index 88fc58369e7c0292f098db44c6370320a7ff49f5..3cdde71b97de0d0d0680a7aafbc1296ca892a2ec 100644
--- a/chrome/browser/android/compositor/compositor_view.cc
+++ b/chrome/browser/android/compositor/compositor_view.cc
@@ -235,7 +235,9 @@ void CompositorView::SetSceneLayer(JNIEnv* env,
void CompositorView::FinalizeLayers(JNIEnv* env,
const JavaParamRef<jobject>& jobj) {
- UNSHIPPED_TRACE_EVENT0("compositor", "CompositorView::FinalizeLayers");
+#if !defined(OFFICIAL_BUILD)
+ TRACE_EVENT0("compositor", "CompositorView::FinalizeLayers");
+#endif
}
void CompositorView::SetNeedsComposite(JNIEnv* env,
« no previous file with comments | « base/trace_event/common/trace_event_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698