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

Unified Diff: ui/wm/core/compound_event_filter_unittest.cc

Issue 1975533002: Change ui::Event::time_stamp from TimeDelta to TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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
Index: ui/wm/core/compound_event_filter_unittest.cc
diff --git a/ui/wm/core/compound_event_filter_unittest.cc b/ui/wm/core/compound_event_filter_unittest.cc
index 2305294c4d85f9de3023951a5fbbbd716f738608..e91c566e5d2467bbc06d4bcde0ddf5f282f7bdc7 100644
--- a/ui/wm/core/compound_event_filter_unittest.cc
+++ b/ui/wm/core/compound_event_filter_unittest.cc
@@ -22,7 +22,7 @@
namespace {
#if defined(OS_CHROMEOS) || defined(OS_WIN)
-base::TimeDelta GetTime() {
+base::TimeTicks GetTime() {
return ui::EventTimeForNow();
}
#endif // defined(OS_CHROMEOS) || defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698