| 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 b9ed4e94ad5b57f8519ef10e011ded5cef958248..586ce8d0afe813a1487fee035ef663d457c19a44 100644
|
| --- a/ui/events/ozone/evdev/cursor_delegate_evdev.h
|
| +++ b/ui/events/ozone/evdev/cursor_delegate_evdev.h
|
| @@ -22,8 +22,7 @@ class EVENTS_EXPORT CursorDelegateEvdev {
|
| virtual void MoveCursorTo(gfx::AcceleratedWidget widget,
|
| const gfx::PointF& location) = 0;
|
|
|
| - // Window under cursor & location in window.
|
| - virtual gfx::AcceleratedWidget window() = 0;
|
| + // Location in window.
|
| virtual gfx::PointF location() = 0;
|
| };
|
|
|
|
|