#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| FlutterViewId | view_id |
| The identifier of the target view. | |
| const FlutterLayer ** | layers |
| The layers that should be composited onto the view. | |
| size_t | layers_count |
| The count of layers. | |
| void * | user_data |
| The |FlutterCompositor.user_data|. | |
Definition at line 2158 of file embedder.h.
| const FlutterLayer** FlutterPresentViewInfo::layers |
The layers that should be composited onto the view.
Definition at line 2167 of file embedder.h.
Referenced by compositor_present_view_callback().
| size_t FlutterPresentViewInfo::layers_count |
The count of layers.
Definition at line 2170 of file embedder.h.
Referenced by compositor_present_view_callback().
| size_t FlutterPresentViewInfo::struct_size |
The size of this struct. Must be sizeof(FlutterPresentViewInfo).
Definition at line 2161 of file embedder.h.
Referenced by InferExternalViewEmbedderFromArgs(), and flutter::testing::TEST_F().
| void* FlutterPresentViewInfo::user_data |
The |FlutterCompositor.user_data|.
Definition at line 2173 of file embedder.h.
Referenced by compositor_present_view_callback().
| FlutterViewId FlutterPresentViewInfo::view_id |
The identifier of the target view.
Definition at line 2164 of file embedder.h.
Referenced by compositor_present_view_callback().