commit | 8ff8d24c83353fc421177886d82202da9ff89234 | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Tue Dec 08 10:20:32 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 08 10:20:32 2015 -0800 |
tree | 910de7210e4335d5323c7897e054deb68acde81d | |
parent | 77665b8a0721a15584eb62a7ac276149139f6ff8 [diff] |
Remove drawPathsFromRange from GrDrawContext Replaces drawPathsFromRange with a more general drawPathBatch method. While this still isn't perfect, it's a step in the right direction that removes the need for path range draws to fit in a public API. BUG=skia: Review URL: https://codereview.chromium.org/1506823004