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

Unified Diff: services/ui/ws/display.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 | « services/ui/ws/cursor_state.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.h
diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
index 27e212c770c858d0ff37808488183fc7f4cd5c9a..9cd3a75c325c2248de421e2e80a844714966f7f5 100644
--- a/services/ui/ws/display.h
+++ b/services/ui/ws/display.h
@@ -152,6 +152,9 @@ class Display : public PlatformDisplayDelegate,
// Sets the native cursor to |cursor|.
void SetNativeCursor(const ui::CursorData& curosor);
+ // Sets the native cursor size to |cursor_size|.
+ void SetNativeCursorSize(ui::CursorSize cursor_size);
+
// mojom::WindowTreeHost:
void SetSize(const gfx::Size& size) override;
void SetTitle(const std::string& title) override;
« no previous file with comments | « services/ui/ws/cursor_state.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698