| Index: ui/events/ozone/evdev/input_device_factory_evdev.h
|
| diff --git a/ui/events/ozone/evdev/input_device_factory_evdev.h b/ui/events/ozone/evdev/input_device_factory_evdev.h
|
| index 767b7fb7e720c9cd14e953a8964ad82e8a2db528..5136a2141fffcc00d300181bf2ac6e4055bb18ae 100644
|
| --- a/ui/events/ozone/evdev/input_device_factory_evdev.h
|
| +++ b/ui/events/ozone/evdev/input_device_factory_evdev.h
|
| @@ -22,6 +22,7 @@ namespace ui {
|
|
|
| class CursorDelegateEvdev;
|
| class DeviceEventDispatcherEvdev;
|
| +class InputDeviceFactoryEvdevProxy;
|
|
|
| #if !defined(USE_EVDEV)
|
| #error Missing dependency on ui/events/ozone:events_ozone_evdev
|
| @@ -69,6 +70,8 @@ class EVENTS_OZONE_EVDEV_EXPORT InputDeviceFactoryEvdev {
|
| void SetTapToClickPaused(bool state);
|
| void GetTouchDeviceStatus(const GetTouchDeviceStatusReply& reply);
|
|
|
| + base::WeakPtr<InputDeviceFactoryEvdev> GetWeakPtr();
|
| +
|
| private:
|
| // Open device at path & starting processing events (on UI thread).
|
| void AttachInputDevice(scoped_ptr<EventConverterEvdev> converter);
|
|
|