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

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

Issue 2179123002: Update thread usage notes in CursorDelegateEvdev (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | 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 6a6820fe74abd9d921dbf4733375807ccc7efdc8..ab8ad6403bf6b1a81e47d5d2b2b4794ce914c903 100644
--- a/ui/events/ozone/evdev/cursor_delegate_evdev.h
+++ b/ui/events/ozone/evdev/cursor_delegate_evdev.h
@@ -22,10 +22,10 @@ class EVENTS_OZONE_EVDEV_EXPORT CursorDelegateEvdev {
// Move the cursor from the Evdev thread.
virtual void MoveCursor(const gfx::Vector2dF& delta) = 0;
- // Move the cursor from the UI thread only.
+ // Move the cursor from the UI or Evdev (e.g. on a tablet).
virtual void MoveCursorTo(gfx::AcceleratedWidget widget,
const gfx::PointF& location) = 0;
- // Move the cursor from the UI thread only.
+ // Move the cursor from the UI or Evdev thread.
virtual void MoveCursorTo(const gfx::PointF& location) = 0;
// Location in screen. Either thread, IPC-free.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698