commit | c1121efbc6addc8262b88e8f08ad5a4653fbea62 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@chromium.org> | Thu Jul 16 12:36:10 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 16 12:36:10 2015 -0700 |
tree | 6a83b5c16a59fdeeef9cb6ece6582a9fcdfb57f7 | |
parent | d2ce18520e9055884567c5c021a0c39aeadbe820 [diff] |
Stop running image tests on msaa. Blacklist all image tests on msaa. We do not run them anyway (since they will not do anything interestingly different from drawing to the raster backend) - we early exit from Src::draw(), but we still need to create a render target that matches the size of the image (when not blacklisted). Remove the more specific blacklist of a particular image, which is covered by this one. BUG=skia:4045 Review URL: https://codereview.chromium.org/1234313006