| Index: ui/events/ozone/evdev/event_factory_evdev.h
|
| diff --git a/ui/events/ozone/evdev/event_factory_evdev.h b/ui/events/ozone/evdev/event_factory_evdev.h
|
| index e09f4979de4686ef0d17e47dde9307bd65a29078..bad7c5657f2a6b25493062b4d0cd56fd7b716d27 100644
|
| --- a/ui/events/ozone/evdev/event_factory_evdev.h
|
| +++ b/ui/events/ozone/evdev/event_factory_evdev.h
|
| @@ -78,6 +78,9 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev : public DeviceEventObserver,
|
|
|
| InputController* input_controller() { return &input_controller_; }
|
|
|
| + // Post a key event to the unified keyboard (KeyboardEvdev).
|
| + void PostKeyEvent(int device_id, unsigned int code, bool down);
|
| +
|
| // Post a touch event to UI.
|
| void PostTouchEvent(const TouchEventParams& params);
|
|
|
|
|