From b5f23f398da513132c314efb0d0d14ab82d60ef6 Mon Sep 17 00:00:00 2001 From: Jim Van Verth Date: Fri, 7 Sep 2018 18:56:16 +0000 Subject: [PATCH] Revert "add flag to soften the blow of removing a legacy api for flutter" This reverts commit 1b935e65d17cd821953f78598181dacd5260e29c. Reason for revert: Breaking Flutter bot. Original change's description: > add flag to soften the blow of removing a legacy api for flutter > > Bug: skia:8350 > Change-Id: I2c4a136be7f20d54e67c5fb77f0f3699eda81851 > Reviewed-on: https://skia-review.googlesource.com/152588 > Reviewed-by: Mike Reed TBR=reed@google.com Change-Id: Ia6bc6b42b49917aa1a7dfd0b2bf1f2fe8a22cffb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia:8350 Reviewed-on: https://skia-review.googlesource.com/152667 Reviewed-by: Jim Van Verth Commit-Queue: Jim Van Verth --- gn/flutter_defines.gni | 1 - 1 file changed, 1 deletion(-) diff --git a/gn/flutter_defines.gni b/gn/flutter_defines.gni index e7c32aed38..91083c760a 100644 --- a/gn/flutter_defines.gni +++ b/gn/flutter_defines.gni @@ -7,5 +7,4 @@ flutter_defines = [ "SK_DISABLE_RENDER_TARGET_SORTING", "SK_SUPPORT_LEGACY_VULKAN_INTERFACE", "SK_LEGACY_SKCODEC_NONE_ENUM", - "SK_SUPPORT_LEGACY_TYPEFACE_MAKEFROMSTREAM", ]