commit | 98b0315ad6beb7dbc311fd365ffe5c24d7ef2d0f | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Jan 26 11:29:36 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 26 11:29:36 2015 -0800 |
tree | 072a47c5c205b1938eda6e83c905570019b25687 | |
parent | 1d9e80f02b8260ffe2eb1944042cd79f10e38d43 [diff] |
Alter gpu veto This CL unifies the treatment of the dashed and concave paths. Before: TP 28 FP 15 TN 8 FN 3 IND 3 After: TP 28 FP 18 TN 7 FN 2 IND 2 One of the TrueNegatives that became a FalsePositive was the motivation use case (the Chromium busy spinner). Committed: https://skia.googlesource.com/skia/+/87a6a8e18c7d5bbc94f478b44c53dc0e0549f927 Review URL: https://codereview.chromium.org/875913002