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

Unified Diff: ui/aura/test/mus/test_window_manager_client.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: ui/aura/test/mus/test_window_manager_client.h
diff --git a/ui/aura/test/mus/test_window_manager_client.h b/ui/aura/test/mus/test_window_manager_client.h
index 87373d231c44f2a7db14e2e4ad43aed0f3b46c1d..0d5641442e1996d805fde5a33f756d0acf807e4c 100644
--- a/ui/aura/test/mus/test_window_manager_client.h
+++ b/ui/aura/test/mus/test_window_manager_client.h
@@ -58,6 +58,8 @@ class TestWindowManagerClient : public ui::mojom::WindowManagerClient {
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