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

Unified Diff: ui/aura/test/mus/test_window_manager_client.cc

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.cc
diff --git a/ui/aura/test/mus/test_window_manager_client.cc b/ui/aura/test/mus/test_window_manager_client.cc
index 0131e122978eea12518340c3c1d5c5e146332b59..8ecb9dea8193024e868ce3eef9de2641cfcbdfc3 100644
--- a/ui/aura/test/mus/test_window_manager_client.cc
+++ b/ui/aura/test/mus/test_window_manager_client.cc
@@ -72,6 +72,10 @@ void TestWindowManagerClient::WmSetCursorVisible(bool visible) {}
void TestWindowManagerClient::WmSetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) {}
+void TestWindowManagerClient::WmMoveCursorToDisplayLocation(
+ const gfx::Point& display_pixels,
+ int64_t display_id) {}
+
void TestWindowManagerClient::OnWmCreatedTopLevelWindow(
uint32_t change_id,
Id transport_window_id) {}
« services/ui/ws/window_tree_unittest.cc ('K') | « ui/aura/test/mus/test_window_manager_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698