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

Unified Diff: ui/latency/latency_info.h

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 9 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/latency/ipc/latency_info_param_traits_unittest.cc ('k') | ui/latency/latency_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/latency/latency_info.h
diff --git a/ui/events/latency_info.h b/ui/latency/latency_info.h
similarity index 98%
rename from ui/events/latency_info.h
rename to ui/latency/latency_info.h
index 8210ae5c1985c294e5e92ed162c0f92ad95dcacf..1fe89f7f30e6ea8f54d05d9c224dfa897db5570b 100644
--- a/ui/events/latency_info.h
+++ b/ui/latency/latency_info.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_EVENTS_LATENCY_INFO_H_
-#define UI_EVENTS_LATENCY_INFO_H_
+#ifndef UI_LATENCY_LATENCY_INFO_H_
+#define UI_LATENCY_LATENCY_INFO_H_
#include <stdint.h>
@@ -14,7 +14,6 @@
#include "base/containers/small_map.h"
#include "base/time/time.h"
-#include "ui/events/events_base_export.h"
#include "ui/gfx/geometry/point_f.h"
#if !defined(OS_IOS)
@@ -113,7 +112,7 @@ enum SourceEventType {
SOURCE_EVENT_TYPE_LAST = OTHER,
};
-class EVENTS_BASE_EXPORT LatencyInfo {
+class LatencyInfo {
public:
struct LatencyComponent {
// Nondecreasing number that can be used to determine what events happened
@@ -259,4 +258,4 @@ class EVENTS_BASE_EXPORT LatencyInfo {
} // namespace ui
-#endif // UI_EVENTS_LATENCY_INFO_H_
+#endif // UI_LATENCY_LATENCY_INFO_H_
« no previous file with comments | « ui/latency/ipc/latency_info_param_traits_unittest.cc ('k') | ui/latency/latency_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698