aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/flutter_defines.gni
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-04-02 14:42:23 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-03 18:26:20 +0000
commite11382bde0f259983d51fa4427242d9988c9d027 (patch)
treedcb03e2a4676e7587135fe622f2e83bfec6c9d75 /gn/flutter_defines.gni
parent3aecc305e161a8e335a0a8d9113d5b4bf3b0807b (diff)
Remove legacy API support from Flutter
All uses of these APIs have been removed / updated. This still can't land until all Flutter fixes: https://github.com/flutter/engine/commit/c092e1475ad473d30fe740bc307bfd08b54a84fc have landed in Fuchsia: https://fuchsia.googlesource.com/topaz/+/master/manifest/flutter Change-Id: I3d188e3594751617f3f232fe7323428c822d13e1 Reviewed-on: https://skia-review.googlesource.com/117780 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gn/flutter_defines.gni')
-rw-r--r--gn/flutter_defines.gni3
1 files changed, 0 insertions, 3 deletions
diff --git a/gn/flutter_defines.gni b/gn/flutter_defines.gni
index 7df2360e6f..d817f3c510 100644
--- a/gn/flutter_defines.gni
+++ b/gn/flutter_defines.gni
@@ -3,9 +3,6 @@
# 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_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION",
"SK_DISABLE_RENDER_TARGET_SORTING",
- "SK_SUPPORT_LEGACY_RECTMAKELARGEST",
- "SK_SUPPORT_LEGACY_BLURMASKFILTER",
]