commit | 3c57702ea1b060d668d32bf3f75ab1a4c7318c3a | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Thu Oct 15 13:35:23 2020 -0700 |
committer | chaviw <chaviw@google.com> | Wed Dec 09 13:45:25 2020 -0800 |
tree | 3db21c88e8d3ff8311898bf956c69c9ad3aa08d0 | |
parent | cd413cf83a789d5e25478d2119fada2e5f753976 [diff] |
Send transaction when possible for WSA In WSA, we are sometimes using the global transaction. This will make things difficult when trying to handle synced transactions for blast sync. We need to make sure all changes on WSA that can happen during a sync are put on the sync transaction so they can all be applied by the client at the same time. Also cleaned up some unused functions in SurfaceControl. Test: Split and PIP Change-Id: Ic1abc3c009c38d00593f80a4e03f895c026364e2