Index: src/pathops/SkOpSegment.h |
diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h |
index 24d08bd8145087ee78d37ee9553b475572119bdc..4c35ac7e7e519a68f52749afd98469b66b06639e 100644 |
--- a/src/pathops/SkOpSegment.h |
+++ b/src/pathops/SkOpSegment.h |
@@ -407,7 +407,7 @@ private: |
const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* ); |
bool betweenPoints(double midT, const SkPoint& pt1, const SkPoint& pt2) const; |
void bumpCoincidentBlind(bool binary, int index, int last); |
- void bumpCoincidentThis(const SkOpSpan& oTest, bool binary, int* index, |
+ bool bumpCoincidentThis(const SkOpSpan& oTest, bool binary, int* index, |
SkTArray<SkPoint, true>* outsideTs); |
void bumpCoincidentOBlind(int index, int last); |
void bumpCoincidentOther(const SkOpSpan& oTest, int* index, |