Revert of Implement caching of stroked paths in the tessellated path renderer. (patch...
authorsenorblanco <senorblanco@chromium.org>
Wed, 5 Aug 2015 20:37:49 +0000 (13:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 5 Aug 2015 20:37:49 +0000 (13:37 -0700)
commit59cd36765c10f6451f72ffde446b9ae8ce5599c8
treeb70c53cc015aef46a0af2d0d42c31f86de4c4464
parent29e0d3f267a03546f236023347cdb4595ece2fd1
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
include/gpu/GrTestUtils.h
src/gpu/GrTessellatingPathRenderer.cpp
src/gpu/GrTestUtils.cpp