commit | c58e1df6fba2c4589b82c6cc35a4f6ba43a3b5dd | [log] [tgz] |
---|---|---|
author | Yunfan Chen <yunfanc@google.com> | Mon Jan 30 18:25:35 2023 +0900 |
committer | Yunfan Chen <yunfanc@google.com> | Tue Jan 31 15:03:00 2023 +0900 |
tree | ca494f308b86f79ec068862ca2fe9b2eacda052a | |
parent | 0e4f1e13930079a1c63b6a46064cb4b519f16570 [diff] |
Use the layout frame to decide whether to do a server sync When the shell side resize/reposition happens, the relayout won't happen until the next traversal happens. However, the mWinFrame will be updated directly before the relayout happens. When that's happening, the relayout may miss the actual resize/reposition from the shell. Test: See b/266582561. Check the unfold compat mode. Bug: 266582561 Change-Id: I059db87e0bb61ddc4efcc8e1f67e4fa532c4e5a9