| Index: src/pathops/SkAddIntersections.cpp
|
| diff --git a/src/pathops/SkAddIntersections.cpp b/src/pathops/SkAddIntersections.cpp
|
| index 43d29d93e091f2497e014c3b46441a465947d011..07666e796d107351c1af8398fe504ac97ed1e4f2 100644
|
| --- a/src/pathops/SkAddIntersections.cpp
|
| +++ b/src/pathops/SkAddIntersections.cpp
|
| @@ -280,7 +280,7 @@ bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coinc
|
| continue;
|
| }
|
| int pts = 0;
|
| - SkIntersections ts;
|
| + SkIntersections ts { SkDEBUGCODE(test->globalState()) };
|
| bool swap = false;
|
| SkDQuad quad1, quad2;
|
| SkDConic conic1, conic2;
|
|
|