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

Unified Diff: ash/wm/window_manager_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: Updates 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: ash/wm/window_manager_unittest.cc
diff --git a/ash/wm/window_manager_unittest.cc b/ash/wm/window_manager_unittest.cc
index a978ef575437f70fea1533e99009e381819224c9..24ea327353bca1edba3a8d5a3af168e974ef9ea9 100644
--- a/ash/wm/window_manager_unittest.cc
+++ b/ash/wm/window_manager_unittest.cc
@@ -49,7 +49,7 @@ class TestingCursorClientObserver : public aura::client::CursorClientObserver {
DISALLOW_COPY_AND_ASSIGN(TestingCursorClientObserver);
};
-base::TimeDelta getTime() {
+base::TimeTicks getTime() {
return ui::EventTimeForNow();
}

Powered by Google App Engine
This is Rietveld 408576698