Update ExternalViewEmbedder class comment. (flutter/engine#11063)

This commit is contained in:
Amir Hardon 2019-09-18 11:18:38 -06:00 committed by GitHub
parent 0304798fe7
commit f105e44be5

View File

@ -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`.