| Index: services/ui/ws/window_manager_state.cc
|
| diff --git a/services/ui/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc
|
| index 4b03ed4f4499ea14526285a6db1e2258660cc1af..3229b818469b09f540804c1f5c79c8cd432dc22a 100644
|
| --- a/services/ui/ws/window_manager_state.cc
|
| +++ b/services/ui/ws/window_manager_state.cc
|
| @@ -564,7 +564,8 @@ void WindowManagerState::ReleaseNativeCapture() {
|
| }
|
|
|
| void WindowManagerState::UpdateNativeCursorFromDispatcher() {
|
| - const ui::mojom::Cursor cursor_id = event_dispatcher_.GetCurrentMouseCursor();
|
| + const ui::mojom::CursorType cursor_id =
|
| + event_dispatcher_.GetCurrentMouseCursor();
|
| for (Display* display : display_manager()->displays())
|
| display->UpdateNativeCursor(cursor_id);
|
| }
|
|
|