Swift Kim 72ff6875fb Sync accessibility flags in embedder.h (flutter/engine#32332)
The following enum types in `embedder.h` must match with the corresponding Dart/C++ classes in `dart:ui` but some values are missing.

- `FlutterAccessibilityFeature`
- `FlutterSemanticsAction`
- `FlutterSemanticsFlag`

The comments say

5a43c7cb8e/shell/platform/embedder/embedder.h (L83)

5a43c7cb8e/lib/ui/window.dart (L784-L785)

Issue: https://github.com/flutter/flutter/issues/101217
2022-04-06 10:01:22 -07:00
..