commit | 7edca21226017e6b87a0c95fa571d34c36ceca04 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Jan 21 13:18:51 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jan 21 13:18:51 2015 -0800 |
tree | c84ea9ad8be8e9cffa5843dbc48fdfa201e60941 | |
parent | a64c48f4f929775f9c203aae809f440ac01d2c64 [diff] |
Don't test pipe modes nobody uses. SkDeferredCanvas uses a simple pipe: no cross-process, no shared-address, etc. (see src/utils/SkDeferredCanvas.cpp:306). We could just remove these modes from the bot configs, but I'd like to take the opportunity to simplify the DM code too. I'll happily volunteer to put things back should we decide we want to test these modes. BUG=skia: Review URL: https://codereview.chromium.org/861303003