diff options
Diffstat (limited to 'libs/gui/LayerState.cpp')
| -rw-r--r-- | libs/gui/LayerState.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/gui/LayerState.cpp b/libs/gui/LayerState.cpp index ec0573a1a9..acd9ac5a93 100644 --- a/libs/gui/LayerState.cpp +++ b/libs/gui/LayerState.cpp @@ -677,6 +677,10 @@ status_t LayerCaptureArgs::read(const Parcel& input) { return NO_ERROR; } +ReleaseCallbackId BufferData::generateReleaseCallbackId() const { + return {buffer->getId(), frameNumber}; +} + status_t BufferData::write(Parcel& output) const { SAFE_PARCEL(output.writeInt32, flags.get()); |