summaryrefslogtreecommitdiff
path: root/libs/ui/include/ui/GraphicBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ui/include/ui/GraphicBuffer.h')
-rw-r--r--libs/ui/include/ui/GraphicBuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ui/include/ui/GraphicBuffer.h b/libs/ui/include/ui/GraphicBuffer.h
index 013505a2c9..57be686592 100644
--- a/libs/ui/include/ui/GraphicBuffer.h
+++ b/libs/ui/include/ui/GraphicBuffer.h
@@ -260,6 +260,9 @@ private:
uint64_t mId;
+ // Unused, but removing this may break GSI.
+ int32_t mBufferId = -1;
+
// Stores the generation number of this buffer. If this number does not
// match the BufferQueue's internal generation number (set through
// IGBP::setGenerationNumber), attempts to attach the buffer will fail.