remove legacy font api flag for flutter

Bug: skia:
Change-Id: I318f06f93d42ea74ea2eeb93ff3b69335f93a62c
Reviewed-on: https://skia-review.googlesource.com/58240
Reviewed-by: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2017-10-11 09:42:10 -04:00
parent b89c88311d
commit f6ad341641

View File

@ -2,7 +2,4 @@
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
flutter_defines = [
"SK_SUPPORT_LEGACY_IMAGE_ENCODE_API",
"SK_SUPPORT_LEGACY_FONTMGR_API",
]
flutter_defines = [ "SK_SUPPORT_LEGACY_IMAGE_ENCODE_API" ]