#include <layer.h>
Definition at line 176 of file layer.h.
◆ ~AutoPrerollSaveLayerState()
flutter::Layer::AutoPrerollSaveLayerState::~AutoPrerollSaveLayerState |
( |
| ) |
|
Definition at line 48 of file layer.cc.
48 {
49 if (save_layer_is_active_) {
51 (prev_surface_needs_readback_ || layer_itself_performs_readback_);
52 }
53}
bool surface_needs_readback
◆ Create()
Definition at line 40 of file layer.cc.
43 {
44 return Layer::AutoPrerollSaveLayerState(preroll_context, save_layer_is_active,
45 layer_itself_performs_readback);
46}
The documentation for this class was generated from the following files: