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

Unified Diff: ui/events/latency_info.h

Issue 2273193002: Make compositor_frame.h NOT include base/trace_event/trace_event.h (Closed)
Patch Set: Rebase again + presubmit fix Created 4 years, 4 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 | « ui/events/keycodes/platform_key_map_win.cc ('k') | ui/events/latency_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/latency_info.h
diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h
index c69d880193d60b77b6f6786ab8431cb38959a53a..c7e69b783fa42b3fb9674d961945b918f4a4705c 100644
--- a/ui/events/latency_info.h
+++ b/ui/events/latency_info.h
@@ -14,7 +14,6 @@
#include "base/containers/small_map.h"
#include "base/time/time.h"
-#include "base/trace_event/trace_event.h"
#include "ui/events/events_base_export.h"
#include "ui/gfx/geometry/point_f.h"
@@ -23,6 +22,12 @@
#include "mojo/public/cpp/bindings/struct_traits.h" // nogncheck
#endif
+namespace base {
+namespace trace_event {
+class ConvertableToTraceFormat;
+}
+}
+
namespace ui {
#if !defined(OS_IOS)
« no previous file with comments | « ui/events/keycodes/platform_key_map_win.cc ('k') | ui/events/latency_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698