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

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

Issue 657603002: ash: ozone: apply transformation to events outside the root window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change GetBounds() visibility from public to protected Created 6 years, 1 month 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
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 52412ac89d142965f634f09b1570a38979ad9262..8045d3f857bcfcebabc1c4bededd9a2e050755e0 100644
--- a/ui/events/ozone/evdev/cursor_delegate_evdev.h
+++ b/ui/events/ozone/evdev/cursor_delegate_evdev.h
@@ -27,6 +27,9 @@ class EVENTS_OZONE_EVDEV_EXPORT CursorDelegateEvdev {
// Location in window.
virtual gfx::PointF location() = 0;
+ // Location in screen.
+ virtual gfx::PointF root_location() = 0;
sadrul 2014/11/11 14:41:14 virtual functions shouldn't be in unix_hacker_styl
llandwerlin-old 2014/11/11 18:29:17 Done.
+
// Cursor visibility.
virtual bool IsCursorVisible() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698