| Index: ui/events/ozone/evdev/event_device_info.h
|
| diff --git a/ui/events/ozone/evdev/event_device_info.h b/ui/events/ozone/evdev/event_device_info.h
|
| index 398df5e9eae72079bca3506c7372c5b0876a2105..7dfac322e193f44dbbd4564096430cfa79f077f6 100644
|
| --- a/ui/events/ozone/evdev/event_device_info.h
|
| +++ b/ui/events/ozone/evdev/event_device_info.h
|
| @@ -75,6 +75,9 @@ class EVENTS_OZONE_EVDEV_EXPORT EventDeviceInfo {
|
| // Determine whether there's a keyboard on this device.
|
| bool HasKeyboard() const;
|
|
|
| + // Determine whether there's a mouse on this device.
|
| + bool HasMouse() const;
|
| +
|
| // Determine whether there's a touchpad on this device.
|
| bool HasTouchpad() const;
|
|
|
|
|