Skip to content

Commit

Permalink
Update ExternalViewEmbedder class comment. (flutter#11063)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirh committed Sep 18, 2019
1 parent 2289072 commit 113be24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flow/embedded_views.h
Expand Up @@ -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`.

Expand Down

0 comments on commit 113be24

Please sign in to comment.