Index: src/pathops/SkPathOpsDebug.h |
diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h |
index 18097e74806269b8098f0b3e01fc3c2148fb37f5..5770aefec50c83dad3b0adc23dbb686d5b5c426d 100644 |
--- a/src/pathops/SkPathOpsDebug.h |
+++ b/src/pathops/SkPathOpsDebug.h |
@@ -46,7 +46,7 @@ |
#define DEBUG_ANGLE 0 |
#define DEBUG_AS_C_CODE 1 |
#define DEBUG_ASSEMBLE 0 |
-#define DEBUG_CHECK_ENDS 0 |
+#define DEBUG_CHECK_ALIGN 0 |
#define DEBUG_CHECK_TINY 0 |
#define DEBUG_CONCIDENT 0 |
#define DEBUG_CROSS 0 |
@@ -82,7 +82,7 @@ |
#define DEBUG_ANGLE 1 |
#define DEBUG_AS_C_CODE 1 |
#define DEBUG_ASSEMBLE 1 |
-#define DEBUG_CHECK_ENDS 1 |
+#define DEBUG_CHECK_ALIGN 1 |
#define DEBUG_CHECK_TINY 1 |
#define DEBUG_CONCIDENT 1 |
#define DEBUG_CROSS 01 |