#include <surface_frame.h>
Public Attributes | |
| std::optional< DlIRect > | frame_damage |
| std::optional< DlIRect > | buffer_damage |
| std::optional< fml::TimePoint > | presentation_time |
| bool | frame_boundary = true |
| bool | present_with_transaction = false |
Definition at line 71 of file surface_frame.h.
| std::optional<DlIRect> flutter::SurfaceFrame::SubmitInfo::buffer_damage |
Definition at line 83 of file surface_frame.h.
| bool flutter::SurfaceFrame::SubmitInfo::frame_boundary = true |
Definition at line 94 of file surface_frame.h.
| std::optional<DlIRect> flutter::SurfaceFrame::SubmitInfo::frame_damage |
Definition at line 76 of file surface_frame.h.
| bool flutter::SurfaceFrame::SubmitInfo::present_with_transaction = false |
Definition at line 107 of file surface_frame.h.
| std::optional<fml::TimePoint> flutter::SurfaceFrame::SubmitInfo::presentation_time |
Definition at line 87 of file surface_frame.h.