Index: ui/events/ozone/evdev/touch_event_converter_evdev.h |
diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev.h b/ui/events/ozone/evdev/touch_event_converter_evdev.h |
index c78645c9fc8c700b4e541e7dcac0abbb9fc2a836..f27d18de7834f073890082d4f19a4b277b6e9bab 100644 |
--- a/ui/events/ozone/evdev/touch_event_converter_evdev.h |
+++ b/ui/events/ozone/evdev/touch_event_converter_evdev.h |
@@ -29,7 +29,7 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev |
base::FilePath path, |
int id, |
InputDeviceType type, |
- const EventDispatchCallback& dispatch); |
+ const TouchEventDispatchCallback& touch_callback); |
~TouchEventConverterEvdev() override; |
// EventConverterEvdev: |
@@ -70,7 +70,7 @@ class EVENTS_OZONE_EVDEV_EXPORT TouchEventConverterEvdev |
void ReportEvents(base::TimeDelta delta); |
// Callback for dispatching events. |
- EventDispatchCallback callback_; |
+ TouchEventDispatchCallback touch_callback_; |
// Set if we have seen a SYN_DROPPED and not yet re-synced with the device. |
bool syn_dropped_; |