Index: ash/mus/bridge/shell_port_mash.cc |
diff --git a/ash/mus/bridge/shell_port_mash.cc b/ash/mus/bridge/shell_port_mash.cc |
index a01e4bfb50df2571c34f6eda2d388304607a015b..9019b13dba801434f320bf25dd45dbd7dc1b5456 100644 |
--- a/ash/mus/bridge/shell_port_mash.cc |
+++ b/ash/mus/bridge/shell_port_mash.cc |
@@ -147,6 +147,10 @@ void ShellPortMash::HideCursor() { |
window_manager_->window_manager_client()->SetCursorVisible(false); |
} |
+void ShellPortMash::SetCursorSet(ui::CursorSet cursor_set) { |
+ window_manager_->window_manager_client()->SetCursorSet(cursor_set); |
+} |
+ |
void ShellPortMash::SetGlobalOverrideCursor( |
base::Optional<ui::CursorData> cursor) { |
window_manager_->window_manager_client()->SetGlobalOverrideCursor( |