commit | 767d273ea0948e4f61d318bec58ce417cdc470df | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Jul 16 07:01:39 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 16 07:01:40 2015 -0700 |
tree | 2fbdd42be5a05f32f8300c4adbe9ddaed2d9e3dd | |
parent | 6fb0b6779e40ce05c20cf279f0ecff31fa3cd60d [diff] |
Replace buggy_blend_modes GM with an exhaustive test. The new test is disabled by default, as it's quite slow. We can run it if we suspect problems by passing -x to DM. This test would have been failing before the bug fix, and now is passing. Assuming the Priv on the end means it's not considered public API... TBR=reed@google.com BUG=skia:4052 Review URL: https://codereview.chromium.org/1228333003