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

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

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/mus/window_tree_client.cc ('k') | ui/aura/test/mus/test_window_manager_client.cc » ('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.h
diff --git a/ui/aura/test/mus/test_window_manager_client.h b/ui/aura/test/mus/test_window_manager_client.h
index 0d5641442e1996d805fde5a33f756d0acf807e4c..68d9433282842fe3bfbee52235ab8d402632198f 100644
--- a/ui/aura/test/mus/test_window_manager_client.h
+++ b/ui/aura/test/mus/test_window_manager_client.h
@@ -56,6 +56,7 @@ class TestWindowManagerClient : public ui::mojom::WindowManagerClient {
void WmLockCursor() override;
void WmUnlockCursor() override;
void WmSetCursorVisible(bool visible) override;
+ void WmSetCursorSize(ui::CursorSize cursor_size) override;
void WmSetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) override;
void WmMoveCursorToDisplayLocation(const gfx::Point& display_pixels,
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/aura/test/mus/test_window_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698