Make GrShape compute keys for short paths from path data instead of using the gen id.
authorbsalomon <bsalomon@google.com>
Wed, 21 Sep 2016 15:26:57 +0000 (08:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 21 Sep 2016 15:26:57 +0000 (08:26 -0700)
commit67fa4e31d885acf74514527a2cc3ed759c05d3c4
treee9137e4ae93d2d93530352a281ac4c1ea1a36853
parent8eb43e5f63306a22570b977bbb69e4ec78432d24
Make GrShape compute keys for short paths from path data instead of using the gen id.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2357643002

Review-Url: https://codereview.chromium.org/2357643002
src/core/SkPathPriv.h
src/gpu/GrPath.cpp
src/gpu/GrShape.cpp
src/gpu/GrShape.h
tests/GrShapeTest.cpp