| Index: ui/events/ozone/evdev/tablet_event_converter_evdev_unittest.cc
 | 
| diff --git a/ui/events/ozone/evdev/tablet_event_converter_evdev_unittest.cc b/ui/events/ozone/evdev/tablet_event_converter_evdev_unittest.cc
 | 
| index 7ec837547476c09e0c052fc8773abd174577c302..b04928794a9bbcca43d9a33f502b078f32fb4a02 100644
 | 
| --- a/ui/events/ozone/evdev/tablet_event_converter_evdev_unittest.cc
 | 
| +++ b/ui/events/ozone/evdev/tablet_event_converter_evdev_unittest.cc
 | 
| @@ -123,7 +123,7 @@ class MockTabletCursorEvdev : public CursorDelegateEvdev {
 | 
|    gfx::Rect GetCursorConfinedBounds() override {
 | 
|      return cursor_confined_bounds_;
 | 
|    }
 | 
| -
 | 
| +  void InitializeOnEvdev() override {}
 | 
|   private:
 | 
|    gfx::PointF cursor_location_;
 | 
|    gfx::Rect cursor_confined_bounds_;
 | 
| 
 |