Index: src/pathops/SkOpSpan.h |
diff --git a/src/pathops/SkOpSpan.h b/src/pathops/SkOpSpan.h |
index aff3646190202765938bef6860e2fe2b5148b7b8..ebcc984b33fd0346591e7bd3fb6820f80324bacc 100644 |
--- a/src/pathops/SkOpSpan.h |
+++ b/src/pathops/SkOpSpan.h |
@@ -71,7 +71,9 @@ public: |
int debugLoopLimit(bool report) const; |
bool debugMatchID(int id) const; |
const SkOpPtT* debugPtT(int id) const; |
+ void debugResetCoinT() const; |
const SkOpSegment* debugSegment(int id) const; |
+ void debugSetCoinT(int ) const; |
const SkOpSpanBase* debugSpan(int id) const; |
void debugValidate() const; |
@@ -235,7 +237,9 @@ public: |
const SkPathOpsBounds& bounds, bool* deleted) const; |
#endif |
const SkOpPtT* debugPtT(int id) const; |
+ void debugResetCoinT() const; |
const SkOpSegment* debugSegment(int id) const; |
+ void debugSetCoinT(int ) const; |
const SkOpSpanBase* debugSpan(int id) const; |
const SkOpSpan* debugStarter(SkOpSpanBase const** endPtr) const; |
SkOpGlobalState* globalState() const; |