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

Unified Diff: ash/shelf/shelf_view.h

Issue 1975533002: Change ui::Event::time_stamp from TimeDelta to TimeTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge master 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/shelf/shelf_view.h
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
index 1f61ea025262940dbd21030668ce352e00e703c4..c3946497084c434b8ca0bb6fbd622db60365e27f 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -382,7 +382,7 @@ class ASH_EXPORT ShelfView : public views::View,
mutable int last_hidden_index_;
// The timestamp of the event which closed the last menu - or 0.
- base::TimeDelta closing_event_time_;
+ base::TimeTicks closing_event_time_;
// When this object gets deleted while a menu is shown, this pointed
// element will be set to false.

Powered by Google App Engine
This is Rietveld 408576698