summaryrefslogtreecommitdiffstats
path: root/ui/events/ozone/evdev/cursor_delegate_evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/ozone/evdev/cursor_delegate_evdev.h')
-rw-r--r--ui/events/ozone/evdev/cursor_delegate_evdev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/events/ozone/evdev/cursor_delegate_evdev.h b/ui/events/ozone/evdev/cursor_delegate_evdev.h
index b9ed4e9..586ce8d 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;
};