| 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 3eb11d23822c75961bd42189cd3a06d073bbd380..df51c9980e686fb262a528bc6565c98847c00c83 100644
|
| --- a/ui/events/ozone/evdev/event_factory_evdev.h
|
| +++ b/ui/events/ozone/evdev/event_factory_evdev.h
|
| @@ -36,6 +36,8 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev : public EventFactoryOzone,
|
| // EventFactoryOzone:
|
| virtual void WarpCursorTo(gfx::AcceleratedWidget widget,
|
| const gfx::PointF& location) OVERRIDE;
|
| + virtual bool HasIndirectTouch() OVERRIDE;
|
| + virtual bool HasRelXY() OVERRIDE;
|
|
|
| private:
|
| // Open device at path & starting processing events (on UI thread).
|
|
|