commit | 933a03fecb65c83f81cf65d5cf9870c69aa379ff | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Jan 12 15:50:38 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 12 15:50:38 2015 -0800 |
tree | a5b254517a092387bcd57ee888e2ace4eb94373c | |
parent | f62c63490f0cba13eaadce720b58a95720b2df86 [diff] |
Fix GPU clipped-AA vs. non-AA drawRect discrepancy In the clip stack we were manually rounding out non-AA clip rects but leaving the hardening of non-AA drawRects up to the GPU. In some border cases the GPU can truncate rather than round out resulting in visual discrepancies. BUG=423834 Review URL: https://codereview.chromium.org/839883003