commit | 59cd36765c10f6451f72ffde446b9ae8ce5599c8 | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Wed Aug 05 13:37:49 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 05 13:37:49 2015 -0700 |
tree | b70c53cc015aef46a0af2d0d42c31f86de4c4464 | |
parent | 29e0d3f267a03546f236023347cdb4595ece2fd1 [diff] |
Revert of Implement caching of stroked paths in the tessellated path renderer. (patchset #4 id:60001 of https://codereview.chromium.org/1275553002/ ) Reason for revert: Breaking/asserting in Debug on DM. Original issue's description: > Implement caching of stroked paths in the tessellated path renderer. > > This requires adding the stroke info to the cache key, and doing the > stroking and dashing before rendering as triangles. > > BUG=skia:3755 > > Committed: https://skia.googlesource.com/skia/+/29e0d3f267a03546f236023347cdb4595ece2fd1 TBR=bsalomon@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:3755 Review URL: https://codereview.chromium.org/1276633002