mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update ExternalViewEmbedder class comment. (flutter/engine#11063)
This commit is contained in:
parent
0304798fe7
commit
f105e44be5
@ -186,9 +186,10 @@ class EmbeddedViewParams {
|
||||
|
||||
enum class PostPrerollResult { kResubmitFrame, kSuccess };
|
||||
|
||||
// This is only used on iOS when running in a non headless mode,
|
||||
// in this case ExternalViewEmbedder is a reference to the
|
||||
// FlutterPlatformViewsController which is owned by FlutterViewController.
|
||||
// Facilitates embedding of platform views within the flow layer tree.
|
||||
//
|
||||
// Used on iOS and on embedded platforms that provide a system compositor
|
||||
// as part of the project arguments.
|
||||
class ExternalViewEmbedder {
|
||||
// TODO(cyanglaz): Make embedder own the `EmbeddedViewParams`.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user