aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-05-01 11:12:47 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-01 17:01:29 +0000
commitd170c0fb48aa1e1a00d183d72f9e53ea9bb4d951 (patch)
tree2ef1e7d842aaad3dd0f723f910de278c7c24bb1f /public.bzl
parent6c50a2e9ba817a460687accffeab4044dfcf5775 (diff)
Only store width and height on SkPixelRef (last part)
Relanding https://skia-review.googlesource.com/c/14105/ in pieces to try to diagnose problems with the Chrome roll. Bug: skia:6535 Change-Id: Iefe4825b9ce9be999baeec8ab7ae6651f1caf451 Reviewed-on: https://skia-review.googlesource.com/14860 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index 9c41cdb2d5..6e1908fa0a 100644
--- a/public.bzl
+++ b/public.bzl
@@ -655,6 +655,7 @@ DEFINES_ALL = [
# Turn on a few Google3-specific build fixes.
"GOOGLE3",
# Staging flags for API changes
+ "SK_SUPPORT_LEGACY_PIXELREF_API",
# Temporarily Disable analytic AA for Google3
"SK_NO_ANALYTIC_AA",
]