commit | e20633ed26d211e8d2b4b407c7e968944c7e60bb | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Jul 13 12:06:33 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jul 13 12:06:33 2015 -0700 |
tree | 130677b72aa8f0cb13afc7f258e159cf69d1f9fb | |
parent | cd8c499f2e5126a8b5edee09d0debd8d298210fd [diff] |
Add a GM that reproduces layout test failures with my new xfermode code. Inspired by https://storage.googleapis.com/chromium-layout-test-archives/linux_blink_rel/69169/layout-test-results/results.html I think the root cause is overflow. Also, adds tests for Sk16b::operator<(). It wasn't wrong, but it was suspect (used in all three of these xfermode implementations) and so it's best to have tests. BUG=skia: Review URL: https://codereview.chromium.org/1228393006