Fix SkStrokeRec == to report true for all fills
authorkkinnunen <kkinnunen@nvidia.com>
Wed, 13 May 2015 07:02:26 +0000 (00:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 13 May 2015 07:02:26 +0000 (00:02 -0700)
commit8f827fe44aad3c93638bc0f5dec32812c9ba2c98
treeb260113cf56fbf1f745de60ce7d44cda9072b362
parent6cbf18c70bf99f58b2bb1c49cdf8d41be561fee4
Fix SkStrokeRec == to report true for all fills

Fix SkStrokeRec == to report true for all fills, regardless
of the stale stroking data the object might contain.

Review URL: https://codereview.chromium.org/1130153002
include/core/SkStrokeRec.h
src/gpu/GrPath.h
tests/StrokeTest.cpp