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

Unified Diff: services/ui/ws/display.h

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: Remove old cursor.h includes. 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
Index: services/ui/ws/display.h
diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
index 27e212c770c858d0ff37808488183fc7f4cd5c9a..93da1b8df13b5d1108a6d5a852a34989454c7a8d 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 set to |cursor_set|.
+ void SetNativeCursorSet(const ui::CursorSet& cursor_set);
sky 2017/06/23 13:24:26 As cursor_set is a enum pass by value.
Elliot Glaysher 2017/06/23 20:44:44 Done.
+
// mojom::WindowTreeHost:
void SetSize(const gfx::Size& size) override;
void SetTitle(const std::string& title) override;

Powered by Google App Engine
This is Rietveld 408576698