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

Unified Diff: services/ui/ws/window_manager_state.h

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
Index: services/ui/ws/window_manager_state.h
diff --git a/services/ui/ws/window_manager_state.h b/services/ui/ws/window_manager_state.h
index 68e808b16f0b14d4d372e151af6207ed81c936fa..818c179238a7471530a3e768eb1d1fa217b4d44c 100644
--- a/services/ui/ws/window_manager_state.h
+++ b/services/ui/ws/window_manager_state.h
@@ -68,6 +68,9 @@ class WindowManagerState : public EventDispatcherDelegate,
void ReleaseCaptureBlockedByModalWindow(const ServerWindow* modal_window);
void ReleaseCaptureBlockedByAnyModalWindow();
+ // Sets the location of the cursor to a location on display |display_id|.
+ void SetCursorLocation(const gfx::Point& display_pixels, int64_t display_id);
+
void SetDragDropSourceWindow(
DragSource* drag_source,
ServerWindow* window,

Powered by Google App Engine
This is Rietveld 408576698