Stop closing filled paths in GrShape
authorbsalomon <bsalomon@google.com>
Tue, 20 Sep 2016 19:44:36 +0000 (12:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 20 Sep 2016 19:44:36 +0000 (12:44 -0700)
commitad001fdc77b2dfe32c1723cb58636728dfb776d8
tree9abacc8ca20068b35af32a1138e35444813459f3
parent3dbb7b9f196d793fbd16243157ee67638891f5dc
Stop closing filled paths in GrShape

This can force a copy of the path data and isn't really being taken advantage of. It complicates a forthcoming change to key small paths based on their data rather than gen id.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2355833002

Review-Url: https://codereview.chromium.org/2355833002
src/gpu/GrShape.cpp