Index: src/pathops/SkPathOpsDebug.h |
diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h |
index 8473d66c7024b195048ae2d779643acb62985e34..0624ad687a6ff9e7e7bc02cdb79e1fb1c08b7da9 100644 |
--- a/src/pathops/SkPathOpsDebug.h |
+++ b/src/pathops/SkPathOpsDebug.h |
@@ -37,8 +37,6 @@ |
#if FORCE_RELEASE |
-#define DEBUG_CUBIC_SWAP_TOP 0 |
- |
#define DEBUG_ACTIVE_OP 0 |
#define DEBUG_ACTIVE_SPANS 0 |
#define DEBUG_ADD_INTERSECTING_TS 0 |
@@ -47,23 +45,21 @@ |
#define DEBUG_ASSEMBLE 0 |
#define DEBUG_CUBIC_BINARY_SEARCH 0 |
#define DEBUG_CUBIC_SPLIT 0 |
-#define DEBUG_DUMP_SEGMENTS DEBUG_CUBIC_SWAP_TOP |
+#define DEBUG_DUMP_SEGMENTS 0 // 1 |
#define DEBUG_FLOW 0 |
#define DEBUG_LIMIT_WIND_SUM 0 |
#define DEBUG_MARK_DONE 0 |
#define DEBUG_PATH_CONSTRUCTION 0 |
#define DEBUG_PERP 0 |
-#define DEBUG_SHOW_TEST_NAME DEBUG_CUBIC_SWAP_TOP |
+#define DEBUG_SHOW_TEST_NAME 0 // 1 |
#define DEBUG_SORT 0 |
-#define DEBUG_SWAP_TOP DEBUG_CUBIC_SWAP_TOP |
+#define DEBUG_SWAP_TOP 0 // 1 |
#define DEBUG_T_SECT 0 |
#define DEBUG_T_SECT_DUMP 0 |
#define DEBUG_VALIDATE 0 |
#define DEBUG_WINDING 0 |
#define DEBUG_WINDING_AT_T 0 |
-#undef DEBUG_CUBIC_SWAP_TOP |
- |
#else |
#define DEBUG_ACTIVE_OP 1 |