summaryrefslogtreecommitdiff
path: root/libs/gui/BLASTBufferQueue.cpp
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-01-06 17:31:37 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-01-06 17:31:37 +0000
commit162b5e90f9760392cd881091cdbf9de4ea1eb889 (patch)
tree3c12a981949d908c2824420992ef1bb46340a075 /libs/gui/BLASTBufferQueue.cpp
parent9d7313b9bc2334dc6790edee7163093fb7c65b1c (diff)
parent277142c594918f828712a2412d3f95164eebffeb (diff)
Merge "SurfaceFlinger: Support out of order transactions"
Diffstat (limited to 'libs/gui/BLASTBufferQueue.cpp')
-rw-r--r--libs/gui/BLASTBufferQueue.cpp2
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