Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: ui/events/ozone/evdev/cursor_delegate_evdev.h

Issue 262163003: [Ozone] Proper cursor support for multi-monitor configurations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetActiveWindow -> GetCursorWindow Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/cursor/ozone/cursor_factory_ozone.cc ('k') | ui/ozone/platform/dri/cursor_factory_evdev_dri.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « ui/base/cursor/ozone/cursor_factory_ozone.cc ('k') | ui/ozone/platform/dri/cursor_factory_evdev_dri.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698