Index: src/pathops/SkPathOpsDebug.h |
diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h |
index 05fe241e0f706ff85bb9939c622e70a86c7f2547..e4ef072b9ed7328133fec4a1ce5265c45fa30b94 100644 |
--- a/src/pathops/SkPathOpsDebug.h |
+++ b/src/pathops/SkPathOpsDebug.h |
@@ -64,6 +64,7 @@ extern int gDebugMaxWindValue; |
#define DEBUG_SORT_SINGLE 0 |
#define DEBUG_SWAP_TOP 0 |
#define DEBUG_UNSORTABLE 0 |
+#define DEBUG_VALIDATE 0 |
#define DEBUG_WIND_BUMP 0 |
#define DEBUG_WINDING 0 |
#define DEBUG_WINDING_AT_T 0 |
@@ -93,6 +94,7 @@ extern int gDebugMaxWindValue; |
#define DEBUG_SORT_SINGLE 0 |
#define DEBUG_SWAP_TOP 1 |
#define DEBUG_UNSORTABLE 1 |
+#define DEBUG_VALIDATE 1 |
#define DEBUG_WIND_BUMP 0 |
#define DEBUG_WINDING 1 |
#define DEBUG_WINDING_AT_T 1 |