| 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.
|
|
|