A wrapper class that indicates whether a SurfaceTransaction was created by the flutter engine or was borrowed from Java for platform interop. More...
#include <surface_transaction.h>
Public Member Functions | |
constexpr bool | operator== (const WrappedSurfaceTransaction &other) const |
constexpr bool | operator!= (const WrappedSurfaceTransaction &other) const |
Public Attributes | |
ASurfaceTransaction * | tx = nullptr |
bool | owned = true |
A wrapper class that indicates whether a SurfaceTransaction was created by the flutter engine or was borrowed from Java for platform interop.
Definition at line 24 of file surface_transaction.h.
|
inlineconstexpr |
Definition at line 35 of file surface_transaction.h.
|
inlineconstexpr |
Definition at line 31 of file surface_transaction.h.
References tx.
bool impeller::android::WrappedSurfaceTransaction::owned = true |
Whether this SurfaceTransaction was created by the engine or imported from Java.
Definition at line 29 of file surface_transaction.h.
ASurfaceTransaction* impeller::android::WrappedSurfaceTransaction::tx = nullptr |
Definition at line 25 of file surface_transaction.h.
Referenced by operator==().