diff options
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; |