| Index: ui/events/ozone/evdev/cursor_delegate_evdev.h
|
| diff --git a/ui/events/ozone/evdev/cursor_delegate_evdev.h b/ui/events/ozone/evdev/cursor_delegate_evdev.h
|
| index 426fcb3f95a65ad7366c8b83c2a00a2373887d49..8bdc788cced76dd55edf72d76d4651c73f9f6e5b 100644
|
| --- a/ui/events/ozone/evdev/cursor_delegate_evdev.h
|
| +++ b/ui/events/ozone/evdev/cursor_delegate_evdev.h
|
| @@ -27,7 +27,10 @@ class EVENTS_OZONE_EVDEV_EXPORT CursorDelegateEvdev {
|
| virtual void MoveCursorTo(const gfx::PointF& location) = 0;
|
|
|
| // Location in window.
|
| - virtual gfx::PointF location() = 0;
|
| + virtual gfx::PointF GetLocation() = 0;
|
| +
|
| + // Location in screen.
|
| + virtual gfx::PointF GetRootLocation() = 0;
|
|
|
| // Cursor visibility.
|
| virtual bool IsCursorVisible() = 0;
|
|
|