[Paint Preview] Fix white rect in the bottom in player
On Android M and prior versions, a white rect appears on the bottom of the player. This is seemingly caused by using the canvas#setMatrix method. This CL removes this call for identity matrix which fixes this problem for the default scale factor. However, for non-identity matrices, the white rect will still appear. Fixing that requires further investigation. Bug: 1126541 Change-Id: I9c48b3dc90e6fecf450f99059ff8cdf788d94420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401840Reviewed-by:Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#805428}
Showing
Please register or sign in to comment