commit | b712a85aea212cf5bfe5514a4fefc184545a8d3c | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Tue Apr 18 16:56:06 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Apr 18 21:38:30 2017 +0000 |
tree | 06847d2d0dbd0187eb1c493cb0527f054336077f | |
parent | 7d6f6666fe8f3b45734f9dd1a9d1d34b7bdd6b60 [diff] |
Fix missing tolerance in GrPathUtils::worstCasePointCount https://skia-review.googlesource.com/c/10752/ (Use correct tolerance for conic chopping in MSAA and default path renderers) changed the tolerance used in createGeom but didn't change the setting in worstCasePointCount. Bug: 711936, 712749 Change-Id: I540d8bc8cfdebc3eae5204e1acfeba3cefc2b12e Reviewed-on: https://skia-review.googlesource.com/13768 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>