commit | 9c0e662932132e6077cb576443cf6d3c06f0cf9c | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Tue Jun 02 16:37:38 2020 -0700 |
committer | chaviw <chaviw@google.com> | Tue Jun 02 16:43:51 2020 -0700 |
tree | 1a4f2f891981abe83a205756d2134b8a66f2dd67 | |
parent | 28fdf609dcce30f9825006d60f6a45b4cc4d88dd [diff] |
Don't clear sync information if WS is waiting on child windows If a WindowState is waiting on child windows to draw, then we shouldn't clear the sync info since it won't call onTransactionReady yet. When the child window is done drawing, it will call onTransactionReady for the parent WindowState and clear the sync information at that point. Test: Split screen no longer crashes with child window Fixes: 158007547 Change-Id: I301899db648aac6977a9e415a199143d34bd93a1