summaryrefslogtreecommitdiff
path: root/chromium/ui/ozone/platform/drm/host/drm_cursor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/ozone/platform/drm/host/drm_cursor.cc')
-rw-r--r--chromium/ui/ozone/platform/drm/host/drm_cursor.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/ui/ozone/platform/drm/host/drm_cursor.cc b/chromium/ui/ozone/platform/drm/host/drm_cursor.cc
index 0042294556f..8ffc06b4c05 100644
--- a/chromium/ui/ozone/platform/drm/host/drm_cursor.cc
+++ b/chromium/ui/ozone/platform/drm/host/drm_cursor.cc
@@ -226,6 +226,9 @@ void DrmCursor::SetCursorLocationLocked(const gfx::PointF& location) {
gfx::PointF(confined_bounds_.right() - 1, confined_bounds_.bottom() - 1));
location_ = clamped_location;
+#if defined(OS_CHROMEOS)
+ ui::CursorController::GetInstance()->SetCursorLocation(location_);
+#endif
}
void DrmCursor::SendCursorShowLocked() {