334a0c6ff9c9d59288a0c04e85d63fa458210b4c
In the Windows embedder, the data parameter of FlutterWindowsEngine::DispatchSemanticsAction was a vector of bytes. Here, we switch it to use MallocMapping since that is the type of the data paramater on the DispatchAccessibilityAction method of AccessibilityBridgeDelegate, which calls this method. This avoids an extra type conversion.
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%