| 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 f862724a15efb144b34a54198036223b79a2c113..c4f5a6d8eb38f84cfe227a65d5f3e573515ddc17 100644
|
| --- a/ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc
|
| +++ b/ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc
|
| @@ -56,6 +56,7 @@ class MockCursorEvdev : public CursorDelegateEvdev {
|
| }
|
| bool IsCursorVisible() override { return 1; }
|
| gfx::PointF location() override { return cursor_location_; }
|
| + gfx::PointF root_location() override { return cursor_location_; }
|
|
|
| private:
|
| // The location of the mock cursor.
|
|
|