Index: src/pathops/SkOpSegment.h |
diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h |
index df87d058b679570042bed8da6b20458a5fba0277..24d08bd8145087ee78d37ee9553b475572119bdc 100644 |
--- a/src/pathops/SkOpSegment.h |
+++ b/src/pathops/SkOpSegment.h |
@@ -284,7 +284,7 @@ public: |
void addStartSpan(int endIndex); |
int addT(SkOpSegment* other, const SkPoint& pt, double newT); |
void addTCancel(const SkPoint& startPt, const SkPoint& endPt, SkOpSegment* other); |
- void addTCoincident(const SkPoint& startPt, const SkPoint& endPt, double endT, |
+ bool addTCoincident(const SkPoint& startPt, const SkPoint& endPt, double endT, |
SkOpSegment* other); |
const SkOpSpan* addTPair(double t, SkOpSegment* other, double otherT, bool borrowWind, |
const SkPoint& pt); |