Flutter Engine
The Flutter Engine
|
#include <snapshot_surface_producer.h>
Public Member Functions | |
AndroidSnapshotSurfaceProducer (AndroidSurface &android_surface) | |
std::unique_ptr< Surface > | CreateSnapshotSurface () override |
Public Member Functions inherited from flutter::SnapshotSurfaceProducer | |
virtual | ~SnapshotSurfaceProducer ()=default |
virtual std::unique_ptr< Surface > | CreateSnapshotSurface ()=0 |
Definition at line 14 of file snapshot_surface_producer.h.
|
explicit |
Definition at line 9 of file snapshot_surface_producer.cc.
|
overridevirtual |
Implements flutter::SnapshotSurfaceProducer.
Definition at line 14 of file snapshot_surface_producer.cc.