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

Unified Diff: ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.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
Index: ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.h
diff --git a/ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.h b/ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.h
index abf5a0fccc15b040849f243d28c82d76928e8c0e..5d953c96adf0be2a8c46742a5c301bed03330787 100644
--- a/ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.h
+++ b/ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.h
@@ -17,7 +17,7 @@ class HorizontallyAlignedTouchNoiseFilter : public TouchNoiseFilter {
// TouchNoiseFilter:
void Filter(const std::vector<InProgressTouchEvdev>& touches,
- base::TimeDelta time,
+ base::TimeTicks time,
std::bitset<kNumTouchEvdevSlots>* slots_with_noise) override;
private:

Powered by Google App Engine
This is Rietveld 408576698