commit | ec6e670669659e0db2ae76826da5c1d642a10ce1 | [log] [tgz] |
---|---|---|
author | piotaixr <piotaixr@chromium.org> | Thu Oct 23 10:59:07 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 23 10:59:07 2014 -0700 |
tree | ae815084531ded318ffb4c1c9e8694fb2f268e81 | |
parent | e3aee8fb7b041b3949fc912ef21b2e44650b7ee9 [diff] |
Removed simple tests steps from CanvasTest. CanvasTest only checks if the state of the different canvas implementations are consistent with the one of the default implementation. Because most of the draw calls are stateless and already tested in GMs the test steps that exercices them are not useful. BUG=skia:3054 Review URL: https://codereview.chromium.org/672273002