mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The ownership of the accessibility bridge was moved from `FlutterWindowsEngine` to `FlutterWindowsView`. This change moves leftover accessibility bridge helpers/logic from the engine to the view. Addresses: https://github.com/flutter/flutter/issues/124995 Follow-up to: https://github.com/flutter/engine/pull/41308 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style