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

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

Issue 2857963003: Add {Lock,Unlock,Show,Hide}Cursor() to the window manager mojom. (Closed)
Patch Set: General cleanup. 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
« services/ui/ws/display.cc ('K') | « ui/aura/test/mus/test_window_manager_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 713c3cc64ccd42087e887a08b7d50a65018e40b4..cf7e53a1ad41be37ef4c9e156fd1c3b47a95c4ec 100644
--- a/ui/aura/test/mus/test_window_manager_client.cc
+++ b/ui/aura/test/mus/test_window_manager_client.cc
@@ -57,6 +57,17 @@ void TestWindowManagerClient::WmSetNonClientCursor(uint32_t window_id,
ui::CursorData cursor_data) {
}
+void TestWindowManagerClient::WmLockCursor() {}
+
+void TestWindowManagerClient::WmUnlockCursor() {}
+
+void TestWindowManagerClient::WmShowCursor() {}
+
+void TestWindowManagerClient::WmHideCursor() {}
+
+void TestWindowManagerClient::WmSetGlobalOverrideCursor(
+ base::Optional<ui::CursorData> cursor) {}
+
void TestWindowManagerClient::OnWmCreatedTopLevelWindow(
uint32_t change_id,
Id transport_window_id) {}
« services/ui/ws/display.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