Index: ui/ozone/platform/dri/dri_cursor.cc |
diff --git a/ui/ozone/platform/dri/dri_cursor.cc b/ui/ozone/platform/dri/dri_cursor.cc |
index 021a034d5b7b09669538b785a19485a06850b943..e415cf50d4bcb374462bb49d899489f4070f369f 100644 |
--- a/ui/ozone/platform/dri/dri_cursor.cc |
+++ b/ui/ozone/platform/dri/dri_cursor.cc |
@@ -166,6 +166,8 @@ void DriCursor::MoveCursorTo(const gfx::PointF& screen_location) { |
SetCursorLocationLocked(screen_location - |
state_.display_bounds_in_screen.OffsetFromOrigin()); |
+ |
+ SendCursorMoveLocked(); |
} |
void DriCursor::MoveCursor(const gfx::Vector2dF& delta) { |