| Index: ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/tablet_event_converter_evdev.cc b/ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| index a8a3c237c1cb835906901f9a5b5d704a6df2cd48..e62dff4d7eb53b0d1834f940e581b889642a82c2 100644
|
| --- a/ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| +++ b/ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| @@ -183,7 +183,7 @@ void TabletEventConverterEvdev::DispatchMouseButton(const input_event& input) {
|
| PointerDetails(EventPointerType::POINTER_TYPE_PEN,
|
| /* radius_x */ 0.0f, /* radius_y */ 0.0f, pressure_,
|
| tilt_x_, tilt_y_),
|
| - TimeDeltaFromInputEvent(input)));
|
| + TimeTicksFromInputEvent(input)));
|
| }
|
|
|
| void TabletEventConverterEvdev::FlushEvents(const input_event& input) {
|
| @@ -206,7 +206,7 @@ void TabletEventConverterEvdev::FlushEvents(const input_event& input) {
|
| PointerDetails(EventPointerType::POINTER_TYPE_PEN,
|
| /* radius_x */ 0.0f, /* radius_y */ 0.0f, pressure_,
|
| tilt_x_, tilt_y_),
|
| - TimeDeltaFromInputEvent(input)));
|
| + TimeTicksFromInputEvent(input)));
|
|
|
| abs_value_dirty_ = false;
|
| }
|
|
|