| Index: services/ui/ws/window_tree.h
|
| diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
|
| index 3bbcd09b31e8bdba5c0a6cec03bfb63ce05938d5..6fe1772fb18f05bd4e2aa4d21915cf253fe8df36 100644
|
| --- a/services/ui/ws/window_tree.h
|
| +++ b/services/ui/ws/window_tree.h
|
| @@ -537,6 +537,7 @@ class WindowTree : public mojom::WindowTree,
|
| void WmLockCursor() override;
|
| void WmUnlockCursor() override;
|
| void WmSetCursorVisible(bool visible) override;
|
| + void WmSetCursorSet(ui::CursorSet cursor_set) override;
|
| void WmSetGlobalOverrideCursor(
|
| base::Optional<ui::CursorData> cursor) override;
|
| void WmMoveCursorToDisplayLocation(const gfx::Point& display_pixels,
|
|
|