diff options
author | 2021-01-06 17:31:37 +0000 | |
---|---|---|
committer | 2021-01-06 17:31:37 +0000 | |
commit | 162b5e90f9760392cd881091cdbf9de4ea1eb889 (patch) | |
tree | 3c12a981949d908c2824420992ef1bb46340a075 /libs/gui/BLASTBufferQueue.cpp | |
parent | 9d7313b9bc2334dc6790edee7163093fb7c65b1c (diff) | |
parent | 277142c594918f828712a2412d3f95164eebffeb (diff) |
Merge "SurfaceFlinger: Support out of order transactions"
Diffstat (limited to 'libs/gui/BLASTBufferQueue.cpp')
-rw-r--r-- | libs/gui/BLASTBufferQueue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/BLASTBufferQueue.cpp b/libs/gui/BLASTBufferQueue.cpp index 89de629442..eaa47f9680 100644 --- a/libs/gui/BLASTBufferQueue.cpp +++ b/libs/gui/BLASTBufferQueue.cpp @@ -371,7 +371,7 @@ void BLASTBufferQueue::processNextBufferLocked(bool useNextTransaction) { mPendingTransactions.end()); if (applyTransaction) { - t->apply(); + t->setApplyToken(mApplyToken).apply(); } BQA_LOGV("processNextBufferLocked size=%dx%d mFrameNumber=%" PRIu64 |