aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScan.h
diff options
context:
space:
mode:
authorGravatar Yuqian Li <liyuqian@google.com>2017-01-14 10:00:23 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-14 15:44:33 +0000
commit480a1c6a1643ccbe959fa849fb91df6d86d51ec3 (patch)
tree74f0e7e719ce5540bf98dea5d49ff1f92848212d /src/core/SkScan.h
parent986480a71f4e860663ced7ad90a1fe346a164afb (diff)
Exercise concave analytic AA
This will allow Skia trybots (e.g., 1M skp) to exercise analytic AA. There's still a guard flag in Chromium that prevents layout tests failure. TBR=reed@google.com,caryclark@google.com BUG=skia: Change-Id: Ie893c10d34bf969e013ef047c1bbf4b004d584cc Reviewed-on: https://skia-review.googlesource.com/7091 Reviewed-by: Yuqian Li <liyuqian@google.com> Commit-Queue: Yuqian Li <liyuqian@google.com>
Diffstat (limited to 'src/core/SkScan.h')
-rw-r--r--src/core/SkScan.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkScan.h b/src/core/SkScan.h
index d0c10faf5c..c99554218b 100644
--- a/src/core/SkScan.h
+++ b/src/core/SkScan.h
@@ -23,11 +23,6 @@ class SkPath;
*/
typedef SkIRect SkXRect;
-// Use this to check that we successfully guard the change against Chromium layout tests
-#ifndef SK_SUPPORT_LEGACY_AAA
-# define SK_SUPPORT_LEGACY_AAA
-#endif
-
extern std::atomic<bool> gSkUseAnalyticAA;
extern std::atomic<bool> gSkForceAnalyticAA;