Index: src/pathops/SkOpCoincidence.h |
diff --git a/src/pathops/SkOpCoincidence.h b/src/pathops/SkOpCoincidence.h |
index 320d9aedc4936b69358f83b095982c89abca9b5f..5815196b2cad377cd7b963496d746e275d3d7671 100644 |
--- a/src/pathops/SkOpCoincidence.h |
+++ b/src/pathops/SkOpCoincidence.h |
@@ -168,6 +168,8 @@ public: |
return SkDEBUGRELEASE(fGlobalState->debugAngle(id), nullptr); |
} |
+ void debugCheckBetween() const; |
+ |
#if DEBUG_COINCIDENCE_VERBOSE |
void debugCheckValid(const char* id, SkPathOpsDebug::GlitchLog* log) const; |
#endif |