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