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; |