| Index: src/pathops/SkPathOpsWinding.cpp
|
| diff --git a/src/pathops/SkPathOpsWinding.cpp b/src/pathops/SkPathOpsWinding.cpp
|
| index 3061ea365a066572c08ce4923bca867e67412ba5..0abffb05862afa6c2e110a984d825aa393d76740 100644
|
| --- a/src/pathops/SkPathOpsWinding.cpp
|
| +++ b/src/pathops/SkPathOpsWinding.cpp
|
| @@ -287,7 +287,7 @@
|
| return false;
|
| }
|
| bool ccw = ccw_dxdy(hit->fSlope, dir);
|
| - SkASSERT(!approximately_zero(hit->fT) || !hit->fValid);
|
| +// SkASSERT(!approximately_zero(hit->fT) || !hit->fValid);
|
| SkOpSpan* span = hit->fSpan;
|
| SkOpSegment* hitSegment = span->segment();
|
| if (!span) {
|
|
|