aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-08-15 09:01:22 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-15 13:19:36 +0000
commit5b117eafdf213f57b8873addcd8f558aceb76af8 (patch)
tree33017909e897b4d991cfaef32e6ff43099b17225 /public.bzl
parent8e7503195c40492df6a9c072d3303c9df9ec32dc (diff)
rename confusing lowp guard
Change-Id: I346429015e5f902b0a35663e140bb9a025c4220e Reviewed-on: https://skia-review.googlesource.com/34680 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/public.bzl b/public.bzl
index d7914730ba..dbe2d49812 100644
--- a/public.bzl
+++ b/public.bzl
@@ -668,7 +668,7 @@ DEFINES_ALL = [
# Should remove after we update golden images
"SK_WEBP_ENCODER_USE_DEFAULT_METHOD",
# Experiment to diagnose image diffs in Google3
- "SK_DISABLE_SSSE3_RUNTIME_CHECK_FOR_LOWP_STAGES",
+ "SK_JUMPER_DISABLE_8BIT",
]
################################################################################