Index: src/pathops/SkOpSegment.cpp |
diff --git a/src/pathops/SkOpSegment.cpp b/src/pathops/SkOpSegment.cpp |
index e332954fc0ef8322cfde630565221f426601fa7d..5ee775c3c6727c994a12d32b100e982389be6b3c 100644 |
--- a/src/pathops/SkOpSegment.cpp |
+++ b/src/pathops/SkOpSegment.cpp |
@@ -912,10 +912,8 @@ void SkOpSegment::init(SkPoint pts[], SkScalar weight, SkOpContour* contour, SkP |
fPts = pts; |
fWeight = weight; |
fVerb = verb; |
- fCubicType = SkDCubic::kUnsplit_SkDCubicType; |
fCount = 0; |
fDoneCount = 0; |
- fTopsFound = false; |
fVisited = false; |
SkOpSpan* zeroSpan = &fHead; |
zeroSpan->init(this, nullptr, 0, fPts[0]); |