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

Unified Diff: ash/touch/touch_uma.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: rebase Created 4 years, 6 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 | « ash/touch/touch_observer_hud_unittest.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_uma.h
diff --git a/ash/touch/touch_uma.h b/ash/touch/touch_uma.h
index 7af520453ef57166af23fb98e4501195497490d6..371b80bfce769db2c9d2d5b616136f5e202fa4cb 100644
--- a/ash/touch/touch_uma.h
+++ b/ash/touch/touch_uma.h
@@ -75,7 +75,7 @@ class ASH_EXPORT TouchUMA {
// quick succession, regardless of the target window.
bool touch_in_progress_;
int burst_length_;
- base::TimeDelta last_touch_down_time_;
+ base::TimeTicks last_touch_down_time_;
DISALLOW_COPY_AND_ASSIGN(TouchUMA);
};
« no previous file with comments | « ash/touch/touch_observer_hud_unittest.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698