Index: ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc |
diff --git a/ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc b/ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc |
index 856891bf5c1db72079e68194bf44ebe5b5e65307..406451f6203ccda3ac2bb40599d733e7c01f1c3f 100644 |
--- a/ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc |
+++ b/ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc |
@@ -73,7 +73,7 @@ class MockCursorEvdev : public CursorDelegateEvdev { |
return gfx::Rect(); |
} |
gfx::PointF GetLocation() override { return cursor_location_; } |
- |
+ void InitializeOnEvdev() override {} |
private: |
// The location of the mock cursor. |
gfx::PointF cursor_location_; |