commit | a363148a2cae0e4d0eaec5c132f98706bfb41018 | [log] [tgz] |
---|---|---|
author | ryanlwlin <ryanlwlin@google.com> | Wed Jun 09 12:29:41 2021 +0800 |
committer | ryanlwlin <ryanlwlin@google.com> | Tue Jun 15 10:26:01 2021 +0800 |
tree | 0711f64a7f030f2ccfd095e5b973bc4475c294f5 | |
parent | 96d2926fc76e8b07d3d906e0cc2c792a7f7dde44 [diff] |
Fix incorrect magnification border after rotation The surface size is not updated with transaction#setBufferSize becase we create it with BLASTBufferQueue. To fix it we call BLASTBufferQueue#update to update the surface size. Bug: 190023523 Test: manually test Change-Id: I97458c96d2c1f219200722ca75857209e22205b8