| Index: ui/events/mojo/event_struct_traits.cc
|
| diff --git a/ui/events/mojo/event_struct_traits.cc b/ui/events/mojo/event_struct_traits.cc
|
| index f57359b67b4391ede9f99f182e432fdd25928c8f..9e94015d283c8bb1bfb9b4ab229d13d1862a11ce 100644
|
| --- a/ui/events/mojo/event_struct_traits.cc
|
| +++ b/ui/events/mojo/event_struct_traits.cc
|
| @@ -295,7 +295,7 @@ bool StructTraits<ui::mojom::EventDataView, EventUniquePtr>::Read(
|
| pointer_data->brush_data->height,
|
| pointer_data->brush_data->pressure,
|
| pointer_data->brush_data->tilt_x,
|
| - pointer_data->brush_data->tilt_y),
|
| + pointer_data->brush_data->tilt_y, 0.0f, 0),
|
| ui::EventTimeForNow()));
|
| return true;
|
| }
|
|
|