| 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 7ff01befd9e5fada546ba49076f871c504b75b4f..63947b38469f452c9a731305db4dca1c356a36db 100644
|
| --- a/ui/events/ozone/evdev/cursor_delegate_evdev.h
|
| +++ b/ui/events/ozone/evdev/cursor_delegate_evdev.h
|
| @@ -24,6 +24,9 @@ class EVENTS_OZONE_EVDEV_EXPORT CursorDelegateEvdev {
|
|
|
| // Location in window.
|
| virtual gfx::PointF location() = 0;
|
| +
|
| + // Cursor visibility.
|
| + virtual bool IsCursorVisible() = 0;
|
| };
|
|
|
| } // namespace ui
|
|
|