Index: services/ui/public/interfaces/window_manager.mojom |
diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom |
index 563697d642269a7c7935eb60a23deb00a568ad88..57735c8bb6c669bef0c8bef190ca405b1ec61d36 100644 |
--- a/services/ui/public/interfaces/window_manager.mojom |
+++ b/services/ui/public/interfaces/window_manager.mojom |
@@ -320,6 +320,9 @@ interface WindowManagerClient { |
// clear. |
WmSetGlobalOverrideCursor(CursorData? cursor); |
+ // Moves the cursor on the screen. |
+ WmMoveCursorToScreenLocationInPixels(gfx.mojom.Point point); |
+ |
// Response from WmCreateTopLevelWindow() informing the client of the id for |
// the new window. |
OnWmCreatedTopLevelWindow(uint32 change_id, uint32 window_id); |