| Index: ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.cc b/ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
| index 7bc1282f88d66e920d9143319d7ede682522e502..154b346e8cf77cb46eae117e8e5d77e0f4025328 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev.cc
|
| @@ -444,7 +444,8 @@ void TouchEventConverterEvdev::ReportTouchEvent(
|
| base::TimeTicks timestamp) {
|
| ui::PointerDetails details(event.reported_tool_type, event.radius_x,
|
| event.radius_y, event.pressure,
|
| - /* tilt_x */ 0.0f, /* tilt_y */ 0.0f);
|
| + /* tilt_x */ 0.0f, /* tilt_y */ 0.0f,
|
| + /* tangentialPressure */ 0.0f, /* twist */ 0);
|
| dispatcher_->DispatchTouchEvent(
|
| TouchEventParams(input_device_.id, event.slot, event_type,
|
| gfx::PointF(event.x, event.y), details, timestamp));
|
|
|