aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Yuqian Li <liyuqian@google.com>2017-07-27 16:05:32 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-28 15:11:27 +0000
commit5d169ed337c009175783f77f56b5d96f0e3ece67 (patch)
treea9ccf1b6c6be2c8c48d2a5c8e1f414fa98b86876 /public.bzl
parent6b17ff664ea8ead5a5d3e83436772dd0286603f5 (diff)
Remove the temporary flag SK_NO_ANALYTIC_AA
We will then rebase the tests in Google3 before completely removing SK_NO_ANALYTIC_AA. Bug: skia: Change-Id: I47ec0cde78374bd53f7cdf7c0f2f6607ca6c18c2 Reviewed-on: https://skia-review.googlesource.com/27801 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Yuqian Li <liyuqian@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl2
1 files changed, 0 insertions, 2 deletions
diff --git a/public.bzl b/public.bzl
index 51c8069c42..824da8c978 100644
--- a/public.bzl
+++ b/public.bzl
@@ -668,8 +668,6 @@ DEFINES_ALL = [
# Staging flags for API changes
# Should remove after we update golden images
"SK_WEBP_ENCODER_USE_DEFAULT_METHOD",
- # Temporarily Disable analytic AA for Google3
- "SK_NO_ANALYTIC_AA",
# Experiment to diagnose image diffs in Google3
"SK_DISABLE_SSSE3_RUNTIME_CHECK_FOR_LOWP_STAGES",
]