Index: src/pathops/SkPathOpsDebug.h |
diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h |
index 39d5a6dda83d55e6f048b4b38636a0ed6eb3dcc2..bb540392446aac3ef656d9dbf61531fb443e90b9 100644 |
--- a/src/pathops/SkPathOpsDebug.h |
+++ b/src/pathops/SkPathOpsDebug.h |
@@ -50,6 +50,7 @@ |
#define DEBUG_CHECK_TINY 0 |
#define DEBUG_CONCIDENT 0 |
#define DEBUG_CROSS 0 |
+#define DEBUG_CUBIC_BINARY_SEARCH 0 |
#define DEBUG_FLAT_QUADS 0 |
#define DEBUG_FLOW 0 |
#define DEBUG_LIMIT_WIND_SUM 0 |
@@ -84,6 +85,7 @@ |
#define DEBUG_CHECK_TINY 1 |
#define DEBUG_CONCIDENT 1 |
#define DEBUG_CROSS 01 |
+#define DEBUG_CUBIC_BINARY_SEARCH 1 |
#define DEBUG_FLAT_QUADS 0 |
#define DEBUG_FLOW 1 |
#define DEBUG_LIMIT_WIND_SUM 4 |