| 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 ef021d392a213c277c59b0f8844e598aa4ab0f66..6f56ae5909e6d3cb1a60a5b72ef1d513b7522c68 100644
|
| --- a/ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| +++ b/ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| @@ -189,7 +189,7 @@ void TabletEventConverterEvdev::DispatchMouseButton(const input_event& input) {
|
| false /* allow_remap */,
|
| PointerDetails(GetToolType(stylus_),
|
| /* radius_x */ 0.0f, /* radius_y */ 0.0f, pressure_,
|
| - tilt_x_, tilt_y_),
|
| + tilt_x_, tilt_y_, 0.0f, 0),
|
| TimeTicksFromInputEvent(input)));
|
| }
|
|
|
| @@ -212,7 +212,7 @@ void TabletEventConverterEvdev::FlushEvents(const input_event& input) {
|
| input_device_.id, EF_NONE, cursor_->GetLocation(),
|
| PointerDetails(GetToolType(stylus_),
|
| /* radius_x */ 0.0f, /* radius_y */ 0.0f, pressure_,
|
| - tilt_x_, tilt_y_),
|
| + tilt_x_, tilt_y_, 0.0f, 0),
|
| TimeTicksFromInputEvent(input)));
|
|
|
| abs_value_dirty_ = false;
|
|
|