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 98f96b5ddf9191e7cefc5185c0a635235bd4775f..bba23d19be5f3a93e3f6d00b315079ca8a434b40 100644 |
--- a/ui/events/ozone/evdev/cursor_delegate_evdev.h |
+++ b/ui/events/ozone/evdev/cursor_delegate_evdev.h |
@@ -32,8 +32,8 @@ class EVENTS_OZONE_EVDEV_EXPORT CursorDelegateEvdev { |
// Cursor visibility. |
virtual bool IsCursorVisible() = 0; |
- // The bounds of the display that the cursor is currently on |
- virtual gfx::Rect GetCursorDisplayBounds() = 0; |
+ // The bounds that the cursor is confined to. |
+ virtual gfx::Rect GetCursorConfinedBounds() = 0; |
}; |
} // namespace ui |