aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-05-12 10:09:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-12 10:09:31 -0700
commit13b9c95295f4c5732e34574789e721a6bc08f7b4 (patch)
treec3ef0aa2af9890c03cb79968f32166af39fba9ba /public.bzl
parent40d21de8b6620d724f34bdc85af1dcb593d33fe0 (diff)
Move SkTypeface to sk_sp.
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 8eb4d855d9..4cd21454d5 100644
--- a/public.bzl
+++ b/public.bzl
@@ -590,6 +590,7 @@ DEFINES_ALL = [
"SK_SUPPORT_LEGACY_MASKFILTER_PTR",
"SK_SUPPORT_LEGACY_IMAGEFACTORY",
"SK_SUPPORT_LEGACY_XFERMODE_PTR",
+ "SK_SUPPORT_LEGACY_TYPEFACE_PTR",
]
################################################################################