aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkStroke.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-02-24 06:02:06 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-24 06:02:06 -0800
commit1297ecfd1d1efaeee41153e491b160228ba4345a (patch)
treea2bb8d2b1fd179c17f9a34b453f798711c7a7489 /src/core/SkStroke.h
parentf8d24e2c0c7b44b7ccf20e40890514db4cde7b15 (diff)
flip stroke to chrome compatible define
Diffstat (limited to 'src/core/SkStroke.h')
-rw-r--r--src/core/SkStroke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkStroke.h b/src/core/SkStroke.h
index 0574f386b3..85ef0c8a34 100644
--- a/src/core/SkStroke.h
+++ b/src/core/SkStroke.h
@@ -13,7 +13,7 @@
#include "SkPaint.h"
#include "SkStrokerPriv.h"
-#if defined SK_QUAD_STROKE_APPROXIMATION && defined SK_DEBUG
+#if !defined SK_LEGACY_STROKE_CURVES && defined SK_DEBUG
extern bool gDebugStrokerErrorSet;
extern SkScalar gDebugStrokerError;
extern int gMaxRecursion[];