Index: src/pathops/SkPathOpsCommon.h |
diff --git a/src/pathops/SkPathOpsCommon.h b/src/pathops/SkPathOpsCommon.h |
index f76d57c83bf4bc7d6564a2927a12e94138d8c938..73bc0f42ccd4fcd6dce36c10ece18cafaa24d76f 100644 |
--- a/src/pathops/SkPathOpsCommon.h |
+++ b/src/pathops/SkPathOpsCommon.h |
@@ -25,7 +25,8 @@ SkOpSegment* FindUndone(SkOpContourHead* , SkOpSpanBase** startPtr, |
void FixWinding(SkPath* path); |
bool SortContourList(SkOpContourHead** , bool evenOdd, bool oppEvenOdd); |
bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* , SkChunkAlloc* ); |
-bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, bool expectSuccess); |
+bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, |
+ bool expectSuccess SkDEBUGPARAMS(const char* testName)); |
#if DEBUG_ACTIVE_SPANS |
void DebugShowActiveSpans(SkOpContourHead* ); |
#endif |