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

Unified Diff: services/ui/ws/window_tree.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_tree.h
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
index 42b596c730e2fa0be9590a58cf30dbb4ea8e434d..3bbcd09b31e8bdba5c0a6cec03bfb63ce05938d5 100644
--- a/services/ui/ws/window_tree.h
+++ b/services/ui/ws/window_tree.h
@@ -539,6 +539,8 @@ class WindowTree : public mojom::WindowTree,
void WmSetCursorVisible(bool visible) override;
void WmSetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) override;
+ void WmMoveCursorToDisplayLocation(const gfx::Point& display_pixels,
+ int64_t display_id) override;
void OnWmCreatedTopLevelWindow(uint32_t change_id,
Id transport_window_id) override;
void OnAcceleratorAck(

Powered by Google App Engine
This is Rietveld 408576698