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

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

Issue 2918553003: Implement a MoveCursorToScreenLocation for just the window manager. (Closed)
Patch Set: 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_tree.h
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
index 45fef344af8c2dcd85bee2b7fee1a126fcc4d56f..76a36f4da2a9caa64e71e13879d5155f96c1b30e 100644
--- a/services/ui/ws/window_tree.h
+++ b/services/ui/ws/window_tree.h
@@ -532,6 +532,7 @@ class WindowTree : public mojom::WindowTree,
void WmSetCursorVisible(bool visible) override;
void WmSetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) override;
+ void WmMoveCursorToScreenLocationInPixels(const gfx::Point& point) override;
void OnWmCreatedTopLevelWindow(uint32_t change_id,
Id transport_window_id) override;
void OnAcceleratorAck(

Powered by Google App Engine
This is Rietveld 408576698