commit | e2ffb426c3c48bbc93bc2cfc28b33b6f6e0ddfa2 | [log] [tgz] |
---|---|---|
author | Marissa Wall <marissaw@google.com> | Fri Oct 12 11:33:52 2018 -0700 |
committer | Marissa Wall <marissaw@google.com> | Fri Nov 09 12:55:25 2018 -0800 |
tree | c1a7462c8d433715c6d6789eb7a670648b3f0c87 | |
parent | c837b5ecc406f6bf6e5424d48435b56decbd903e [diff] [blame] |
blast: Send transaction callback Send transaction callback to client via the TransactionCompletedListener. Test: Transaction_test Bug: 80477568 Change-Id: Iac98780b1357b9cc54b93cc3c848013b28fab441
diff --git a/services/surfaceflinger/Layer.cpp b/services/surfaceflinger/Layer.cpp index f29dfc0..c1f0587 100644 --- a/services/surfaceflinger/Layer.cpp +++ b/services/surfaceflinger/Layer.cpp
@@ -1049,6 +1049,7 @@ // Commit the transaction commitTransaction(c); + mCurrentState.callbackHandles = {}; return flags; }