Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2918553003: Implement a MoveCursorToScreenLocation for just the window manager. (Closed)
Patch Set: Thread to the PlatformWindow. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | services/ui/ws/platform_display.h » ('j') | services/ui/ws/window_tree_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3ddbe2ce6567a53792741d58db14e6e18729dd78..e3896e35e942568b161c21f6fd65ba11db70cdda 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -323,6 +323,10 @@ interface WindowManagerClient {
// clear.
WmSetGlobalOverrideCursor(CursorData? cursor);
+ // Moves the cursor to the given location on the given display.
+ WmMoveCursorToDisplayLocation(gfx.mojom.Point display_pixels,
+ int64 display_id);
+
// Response from WmCreateTopLevelWindow() informing the client of the id for
// the new window.
OnWmCreatedTopLevelWindow(uint32 change_id, uint32 window_id);
« no previous file with comments | « no previous file | services/ui/ws/platform_display.h » ('j') | services/ui/ws/window_tree_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698