| Index: ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc
|
| diff --git a/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc b/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc
|
| index 393cb8e14fdf60cd70ab659975c6c6b95c620b99..b5fc0d9ed7405cd3938c12d0b842f73b84a1db4a 100644
|
| --- a/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc
|
| +++ b/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc
|
| @@ -680,7 +680,6 @@ class MatchDeviceType : public MatchCriteria {
|
| public:
|
| explicit MatchDeviceType(const std::string& arg);
|
| ~MatchDeviceType() override {}
|
| - virtual bool Match(const DevicePtr device) = 0;
|
|
|
| protected:
|
| bool value_;
|
|
|