commit | c94cd7cc01b655b7f4289537962c36a4ee8dd63e | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Thu Nov 12 12:11:04 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Nov 12 12:11:04 2015 -0800 |
tree | b2421171d451c5edbd49d341275eee95a8bec127 | |
parent | 23267db67824a92f045649f571ae1ceaf2cc2b28 [diff] |
Fix GrCoverageSetOpXP unit test on mixed samples Updates GrCoverageSetOpXPFactory::TestCreate to not invert coverage with mixed samples, which is an unsupported configuration. TBR=bsalomon@google.com BUG=skia:4556 Review URL: https://codereview.chromium.org/1442763002