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

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

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize Created 3 years, 6 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
« no previous file with comments | « ui/aura/test/mus/test_window_manager_client.h ('k') | ui/aura/test/test_cursor_client.h » ('j') | 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 8ecb9dea8193024e868ce3eef9de2641cfcbdfc3..9e500d73ae22fe980f5a42fcf407f0c1409a82e4 100644
--- a/ui/aura/test/mus/test_window_manager_client.cc
+++ b/ui/aura/test/mus/test_window_manager_client.cc
@@ -69,6 +69,8 @@ void TestWindowManagerClient::WmUnlockCursor() {}
void TestWindowManagerClient::WmSetCursorVisible(bool visible) {}
+void TestWindowManagerClient::WmSetCursorSize(ui::CursorSize cursor_size) {}
+
void TestWindowManagerClient::WmSetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) {}
« no previous file with comments | « ui/aura/test/mus/test_window_manager_client.h ('k') | ui/aura/test/test_cursor_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698