aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/flutter_defines.gni
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-02-08 10:59:38 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-08 16:28:30 +0000
commita3f70261ccf4c14648505fed8bdc517ceb1b925e (patch)
tree8cff94fc78cf47d242abbf39b426195dc56c3178 /gn/flutter_defines.gni
parentf8cac792274b01901899a4fa6e4d571d218a3e05 (diff)
Switch MDB GrContextOptions over to Enable style
Change-Id: Id6541c346a13649c89ca3b9ccb13972976f9b973 Reviewed-on: https://skia-review.googlesource.com/105603 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn/flutter_defines.gni')
-rw-r--r--gn/flutter_defines.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/flutter_defines.gni b/gn/flutter_defines.gni
index 83e0a11318..0907b1036c 100644
--- a/gn/flutter_defines.gni
+++ b/gn/flutter_defines.gni
@@ -4,5 +4,7 @@
# 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",
]