Index: src/pathops/SkPathOpsDebug.h |
diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h |
index e390b91b56f6d05a8f55fcae9b3e7518570f8edc..f0e384a7e380c579fc373afbbe1e91389e112008 100644 |
--- a/src/pathops/SkPathOpsDebug.h |
+++ b/src/pathops/SkPathOpsDebug.h |
@@ -19,6 +19,8 @@ |
#define FORCE_RELEASE 1 // set force release to 1 for multiple thread -- no debugging |
#endif |
+#define DEBUG_UNDER_DEVELOPMENT 1 |
+ |
#define ONE_OFF_DEBUG 0 |
#define ONE_OFF_DEBUG_MATHEMATICA 0 |
@@ -37,8 +39,6 @@ |
if (!SkPathOpsDebug::ValidWind(x)) strcpy(x##Str, "?"); \ |
else SK_SNPRINTF(x##Str, sizeof(x##Str), "%d", x) |
-#define DEBUG_UNDER_DEVELOPMENT 1 |
- |
#if FORCE_RELEASE |
#define DEBUG_ACTIVE_OP 0 |