aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkStroke.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-05-22 06:26:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-22 06:26:52 -0700
commita76b7a3b04bc0e937921a1eb38d713c619e60e4e (patch)
tree5531fd1ba5a03aead9c7514bb236f8b442331245 /src/core/SkStroke.h
parent051a51ec32549078a65ade19e42df0b9d9f9a3ff (diff)
remove SK_LEGACY_STROKE_CURVES
The change in Chrome has been landed so this guard is no longer needed. R=reed@google.com,fmalita@chromium.org BUG=102411 Review URL: https://codereview.chromium.org/1157623003
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 85ef0c8a34..f93efdee0f 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[];