aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/flutter_defines.gni
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-11-10 08:22:28 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-10 13:52:57 +0000
commit193de5d7ea81ad4a3cf5bd9e0bf7f50069368d27 (patch)
treeb39edc0455991b105d557233f45cfb96f07efb97 /gn/flutter_defines.gni
parent2188e09490d09c54e604bf9a3c2b6fe7912520f3 (diff)
Preemptively disable upcoming Skia features in Flutter/Fuchsia
Change-Id: I8be706846fecde704a29ba1dda0d7329046980b4 Reviewed-on: https://skia-review.googlesource.com/69840 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gn/flutter_defines.gni')
-rw-r--r--gn/flutter_defines.gni6
1 files changed, 5 insertions, 1 deletions
diff --git a/gn/flutter_defines.gni b/gn/flutter_defines.gni
index 75ac43d4fd..45bccdea55 100644
--- a/gn/flutter_defines.gni
+++ b/gn/flutter_defines.gni
@@ -2,4 +2,8 @@
#
# 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" ]
+flutter_defines = [
+ "SK_SUPPORT_LEGACY_IMAGE_ENCODE_API",
+ "SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION",
+ "SK_DISABLE_RENDER_TARGET_SORTING",
+]