| Index: ash/shell_port.h
|
| diff --git a/ash/shell_port.h b/ash/shell_port.h
|
| index a2844bead1531223a0a3486c5ed8d8bfe8a3fc77..8250a8eaf467948b13da0426d18ea6bdb379ed3c 100644
|
| --- a/ash/shell_port.h
|
| +++ b/ash/shell_port.h
|
| @@ -33,6 +33,10 @@ namespace gfx {
|
| class Point;
|
| }
|
|
|
| +namespace ui {
|
| +enum class CursorSet;
|
| +}
|
| +
|
| namespace views {
|
| class PointerWatcher;
|
| enum class PointerWatcherEventTypes;
|
| @@ -102,6 +106,7 @@ class ASH_EXPORT ShellPort {
|
| virtual void UnlockCursor() = 0;
|
| virtual void ShowCursor() = 0;
|
| virtual void HideCursor() = 0;
|
| + virtual void SetCursorSet(ui::CursorSet cursor_set) = 0;
|
| virtual void SetGlobalOverrideCursor(
|
| base::Optional<ui::CursorData> cursor) = 0;
|
| virtual bool IsMouseEventsEnabled() = 0;
|
|
|