| 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..f27c9931421a5c5c0a5f994bc0ec342f1bad71c5 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(const KeyEventParams& params);
|
| +
|
| // Post a touch event to UI.
|
| void PostTouchEvent(const TouchEventParams& params);
|
|
|
|
|