aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-01-10 13:58:24 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-10 19:36:17 +0000
commit7243f490a86ae12a87c389554904074e696c30f1 (patch)
treee6219ae7237ba68aadd2689643265c096691bd05 /public.bzl
parent13ccda4847c1ec43c0015e090924cc9c3127feb9 (diff)
Remove last of SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS
Approval from https://review.skia.org/5006 TBR=reed@google.com Change-Id: Icdd54be420260ecd2f94f2f1fa76caba34e6a50e Reviewed-on: https://skia-review.googlesource.com/6840 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/public.bzl b/public.bzl
index ce01b7d350..a6f9333e24 100644
--- a/public.bzl
+++ b/public.bzl
@@ -588,7 +588,6 @@ DEFINES_ALL = [
# Turn on a few Google3-specific build fixes.
"GOOGLE3",
# Staging flags for API changes
- "SK_SUPPORT_LEGACY_IMAGE_ENCODER_CLASS",
# Temporarily Disable analytic AA for Google3
"SK_NO_ANALYTIC_AA",
"SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF",