summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/TransactionCompletedThread.h
diff options
context:
space:
mode:
author android-build-team Robot <android-build-team-robot@google.com> 2019-07-12 00:13:43 +0000
committer android-build-team Robot <android-build-team-robot@google.com> 2019-07-12 00:13:43 +0000
commit0c4a70fed471fda4330b1f250e0051451a27bc3d (patch)
treeefa047502af5e5fa08fa7cdfbde52dc557c2f4ba /services/surfaceflinger/TransactionCompletedThread.h
parent83dd5ec0fc97955eb53d171c303fdd5a5bfa3371 (diff)
parent9cacdacbb96ce8a67633873a7f0a844465ac5d76 (diff)
Merge cherrypicks of [8551866, 8551867, 8551868, 8552336, 8552337, 8552338, 8551869, 8552339, 8552376, 8551887] into qt-c2f2-release
Change-Id: Ic35a97b87844ba1c808faad1102ead0d402f01f1
Diffstat (limited to 'services/surfaceflinger/TransactionCompletedThread.h')
-rw-r--r--services/surfaceflinger/TransactionCompletedThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/TransactionCompletedThread.h b/services/surfaceflinger/TransactionCompletedThread.h
index 21e2678701..e849f714d0 100644
--- a/services/surfaceflinger/TransactionCompletedThread.h
+++ b/services/surfaceflinger/TransactionCompletedThread.h
@@ -49,7 +49,7 @@ public:
sp<ITransactionCompletedListener> listener;
std::vector<CallbackId> callbackIds;
- sp<IBinder> surfaceControl;
+ wp<IBinder> surfaceControl;
bool releasePreviousBuffer = false;
sp<Fence> previousReleaseFence;