Index: src/core/SkStroke.h |
diff --git a/src/core/SkStroke.h b/src/core/SkStroke.h |
index 85ef0c8a34444f4a7891c6b23eac9886d9680c21..f93efdee0fd1e03f28f8a2899aeef41f1c5c1477 100644 |
--- a/src/core/SkStroke.h |
+++ b/src/core/SkStroke.h |
@@ -13,7 +13,7 @@ |
#include "SkPaint.h" |
#include "SkStrokerPriv.h" |
-#if !defined SK_LEGACY_STROKE_CURVES && defined SK_DEBUG |
+#ifdef SK_DEBUG |
extern bool gDebugStrokerErrorSet; |
extern SkScalar gDebugStrokerError; |
extern int gMaxRecursion[]; |