commit | c058c287486d0618cd9b55026ade17b44f42b4d7 | [log] [tgz] |
---|---|---|
author | Mohsen Izadi <mohsen@chromium.org> | Fri Jul 05 03:07:56 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 05 03:07:56 2019 |
tree | 05c7bc94b3d87bcf8616d842843921f7d1b9ccbc | |
parent | f82ba6bce328fef1cbca119d832327e1ce79f432 [diff] |
Handle device scale factor properly in cc::MirrorLayerImpl To avoid applying device scale factor twice, MirrorLayerImpl::AppendQuads() should first undo the scale factor applied to draw transform as it will be applied later again (similar to what LayerImpl::PopulateScaledSharedQuadState() does). BUG=947565 Change-Id: I7e8bdb21ca9883f6639166dfa9b7b58fc33b90dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1685892 Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#674954}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .