Index: src/pathops/SkPathOpsTSect.h |
diff --git a/src/pathops/SkPathOpsTSect.h b/src/pathops/SkPathOpsTSect.h |
index b709a602e3ddb4c5a85ff958e27e35f9f4a85fae..ae01a1dcbabbe09b06158c65bf577af38cbff8a6 100644 |
--- a/src/pathops/SkPathOpsTSect.h |
+++ b/src/pathops/SkPathOpsTSect.h |
@@ -810,6 +810,8 @@ SkTSpan<TCurve>* SkTSect<TCurve>::addOne() { |
++fDebugAllocatedCount; |
#endif |
} |
+ result->fHasPerp = false; |
+ result->fDeleted = false; |
++fActiveCount; |
PATH_OPS_DEBUG_T_SECT_CODE(result->fID = fDebugCount++ * 2 + fID); |
PATH_OPS_DEBUG_CODE(result->fDebugSect = this); |