commit | ca27f2500cff74ae1e08b3ae06f18e9b3414ffb7 | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Tue Feb 06 16:46:39 2018 -0800 |
committer | chaviw <chaviw@google.com> | Tue Feb 13 16:30:10 2018 -0800 |
tree | e98990b6977ea6fa7ae3b5e5683da4922c492901 | |
parent | e9e63913379f9cea3e090ebf398514f437e5d525 [diff] |
Allow destroySurface to get called in transaction. Previously, destroy was always initiated immediatley and could not be synchronized with a client transaction. This change allows destroySurface to be called in the same transaction as other client state updates. Test: Unit tests pass Test: Call from Java fixes bugs. Change-Id: I841359530538961a0187216cc455cc388c0ede77 Fixes: 72953020 Fixes: 71499373