| Index: ui/events/ozone/evdev/event_converter_evdev.h
|
| diff --git a/ui/events/ozone/evdev/event_converter_evdev.h b/ui/events/ozone/evdev/event_converter_evdev.h
|
| index be155b4613d517ad1b8ef1408d6672d5aebbe359..5cf142061b5753df645b46da5d78a51fd9cdb95e 100644
|
| --- a/ui/events/ozone/evdev/event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/event_converter_evdev.h
|
| @@ -44,6 +44,9 @@ class EVENTS_OZONE_EVDEV_EXPORT EventConverterEvdev
|
| // Returns true if the converter is used for a keyboard device.
|
| virtual bool HasKeyboard() const;
|
|
|
| + // Returns true if the converter is used for a mouse device;
|
| + virtual bool HasMouse() const;
|
| +
|
| // Returns true if the converter is used for a touchpad device.
|
| virtual bool HasTouchpad() const;
|
|
|
|
|