| Index: ui/events/ozone/evdev/key_event_converter_evdev.h
|
| diff --git a/ui/events/ozone/evdev/key_event_converter_evdev.h b/ui/events/ozone/evdev/key_event_converter_evdev.h
|
| index 26615d9494236ca163ef43e34b50f734af2dee00..bb768e381980dc52adc172ec1548cb74c68d77cb 100644
|
| --- a/ui/events/ozone/evdev/key_event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/key_event_converter_evdev.h
|
| @@ -29,6 +29,8 @@ class EVENTS_OZONE_EVDEV_EXPORT KeyEventConverterEvdev
|
| // Start & stop watching for events.
|
| virtual void Start() OVERRIDE;
|
| virtual void Stop() OVERRIDE;
|
| + virtual bool HasIndirectTouch() OVERRIDE;
|
| + virtual bool HasRelXY() OVERRIDE;
|
|
|
| // Overidden from base::MessagePumpLibevent::Watcher.
|
| virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE;
|
|
|