diff options
| author | 2019-07-12 00:13:43 +0000 | |
|---|---|---|
| committer | 2019-07-12 00:13:43 +0000 | |
| commit | 0c4a70fed471fda4330b1f250e0051451a27bc3d (patch) | |
| tree | efa047502af5e5fa08fa7cdfbde52dc557c2f4ba /services/surfaceflinger/TransactionCompletedThread.h | |
| parent | 83dd5ec0fc97955eb53d171c303fdd5a5bfa3371 (diff) | |
| parent | 9cacdacbb96ce8a67633873a7f0a844465ac5d76 (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.h | 2 |
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; |