fbfbc4393f6477f791fa02c78813f65d7e992b2f
Adds `FlutterCompositor.present_view_callback` to the embedder API. This new present callback adds a `view_id` member to allow embedders know which view is being presented. The embedder API does not allow embedders to create multiple views yet. This will be added in a future pull request. Design doc: https://flutter.dev/go/multi-view-embedder-apis Pull request that migrates the Windows embedder to this new embedder API: https://github.com/flutter/engine/pull/51293 Part of https://github.com/flutter/flutter/issues/144806 Part of https://github.com/flutter/flutter/issues/142845 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%