| Index: ui/events/ozone/evdev/device_event_dispatcher_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/device_event_dispatcher_evdev.cc b/ui/events/ozone/evdev/device_event_dispatcher_evdev.cc
|
| index 2743846ef351ed4814ef95a7a2f2453127bed870..1205ad60fc35e91d7c9f1d260800ea1e19b5fb4d 100644
|
| --- a/ui/events/ozone/evdev/device_event_dispatcher_evdev.cc
|
| +++ b/ui/events/ozone/evdev/device_event_dispatcher_evdev.cc
|
| @@ -89,6 +89,7 @@ ScrollEventParams::~ScrollEventParams() {
|
|
|
| TouchEventParams::TouchEventParams(int device_id,
|
| int touch_id,
|
| + int tracking_id,
|
| EventType type,
|
| const gfx::PointF& location,
|
| const gfx::Vector2dF& radii,
|
| @@ -96,6 +97,7 @@ TouchEventParams::TouchEventParams(int device_id,
|
| const base::TimeDelta& timestamp)
|
| : device_id(device_id),
|
| touch_id(touch_id),
|
| + tracking_id(tracking_id),
|
| type(type),
|
| location(location),
|
| radii(radii),
|
|
|