| Index: src/pathops/SkAddIntersections.cpp
|
| diff --git a/src/pathops/SkAddIntersections.cpp b/src/pathops/SkAddIntersections.cpp
|
| index 8bdb70be88fbe6688006629b8873ddb6bcf27d25..43d29d93e091f2497e014c3b46441a465947d011 100644
|
| --- a/src/pathops/SkAddIntersections.cpp
|
| +++ b/src/pathops/SkAddIntersections.cpp
|
| @@ -497,6 +497,9 @@ bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coinc
|
| default:
|
| SkASSERT(0);
|
| }
|
| +#if DEBUG_T_SECT_LOOP_COUNT
|
| + test->globalState()->debugAddLoopCount(&ts, wt, wn);
|
| +#endif
|
| int coinIndex = -1;
|
| SkOpPtT* coinPtT[2];
|
| for (int pt = 0; pt < pts; ++pt) {
|
|
|