Index: src/pathops/SkPathOpsTypes.h |
diff --git a/src/pathops/SkPathOpsTypes.h b/src/pathops/SkPathOpsTypes.h |
index e390b4b2b15ca57edda10212ce2d74da75fd62c7..08e1791ad30ca3b0d15f24d0b3b565ea0cd7bf4d 100644 |
--- a/src/pathops/SkPathOpsTypes.h |
+++ b/src/pathops/SkPathOpsTypes.h |
@@ -75,7 +75,11 @@ public: |
const SkOpCoincidence* debugCoincidence() const; |
SkOpContour* debugContour(int id) const; |
const class SkOpPtT* debugPtT(int id) const; |
- bool debugRunFail() const; |
+#endif |
+ |
+ static bool DebugRunFail(); |
+ |
+#ifdef SK_DEBUG |
const class SkOpSegment* debugSegment(int id) const; |
bool debugSkipAssert() const { return fDebugSkipAssert; } |
const class SkOpSpanBase* debugSpan(int id) const; |