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 9ce9157d963bbcab13637d451ad39dc5960877cb..52eb337609167d67f93ac122ea3d9d561adfe49c 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 InputDeviceFactoryProxyEvdev; |
#if !defined(USE_EVDEV) |
#error Missing dependency on ui/events/ozone:events_ozone_evdev |
@@ -66,6 +67,8 @@ class EVENTS_OZONE_EVDEV_EXPORT InputDeviceFactoryEvdev { |
void SetMouseSensitivity(int value); |
void SetTapToClickPaused(bool state); |
+ base::WeakPtr<InputDeviceFactoryEvdev> GetWeakPtr(); |
+ |
private: |
// Open device at path & starting processing events (on UI thread). |
void AttachInputDevice(scoped_ptr<EventConverterEvdev> converter); |