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 95d0d77101ae69eb477db66ed934e98626dc8b18..13aa795a4b7cba0bd9f34b2514deba821fcc2e3c 100644 |
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.cc |
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.cc |
@@ -358,7 +358,7 @@ void TouchEventConverterEvdev::ReportEvent(const InProgressTouchEvdev& event, |
EventType event_type, |
const base::TimeDelta& timestamp) { |
dispatcher_->DispatchTouchEvent(TouchEventParams( |
- id_, event.slot, event_type, gfx::PointF(event.x, event.y), |
+ input_device_.id, event.slot, event_type, gfx::PointF(event.x, event.y), |
gfx::Vector2dF(event.radius_x, event.radius_y), event.pressure, |
timestamp)); |
} |