diff options
Diffstat (limited to 'services/surfaceflinger/TransactionCallbackInvoker.h')
-rw-r--r-- | services/surfaceflinger/TransactionCallbackInvoker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/TransactionCallbackInvoker.h b/services/surfaceflinger/TransactionCallbackInvoker.h index 184b15103e..444bec646e 100644 --- a/services/surfaceflinger/TransactionCallbackInvoker.h +++ b/services/surfaceflinger/TransactionCallbackInvoker.h @@ -45,6 +45,7 @@ public: nsecs_t acquireTime = -1; nsecs_t latchTime = -1; uint32_t transformHint = 0; + uint32_t currentMaxAcquiredBufferCount = 0; std::shared_ptr<FenceTime> gpuCompositionDoneFence{FenceTime::NO_FENCE}; CompositorTiming compositorTiming; nsecs_t refreshStartTime = 0; |