5 #ifndef FLUTTER_COMPOSITOR_H_
6 #define FLUTTER_COMPOSITOR_H_
11 #include "flutter/fml/macros.h"
14 #include "flutter/shell/platform/embedder/embedder.h"
48 FlutterBackingStore* backing_store_out);
55 void PresentPlatformViews(
FlutterView* default_base_view,
56 const FlutterLayer** layers,
63 const FlutterLayer* layer,
64 size_t layer_position);
67 id<FlutterViewProvider>
const view_provider_;
73 NSMapTable<NSView*, FlutterMutatorView*>* mutator_views_;
80 #endif // FLUTTER_COMPOSITOR_H_