| Index: ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.cc
|
| diff --git a/ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.cc b/ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.cc
|
| index 4123ffa601a4b93fed079ced4759c381fe137aee..95eaef41c997c837dc9414334869cfe13e2ff7de 100644
|
| --- a/ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.cc
|
| +++ b/ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.cc
|
| @@ -22,7 +22,7 @@ int kMaxDistance = 3;
|
|
|
| void HorizontallyAlignedTouchNoiseFilter::Filter(
|
| const std::vector<InProgressTouchEvdev>& touches,
|
| - base::TimeDelta time,
|
| + base::TimeTicks time,
|
| std::bitset<kNumTouchEvdevSlots>* slots_with_noise) {
|
| for (const InProgressTouchEvdev& touch : touches) {
|
| // Only consider new touches.
|
|
|