aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-06-21 23:53:35 -0400
committerGravatar Mike Reed <reed@google.com>2017-06-22 03:55:27 +0000
commitc75ab6a53881c43406d49947c1c2918dc1f90fb9 (patch)
tree4ebbea9b24bf75a945e78e118116a196cbc6aec9 /gn
parent980e2790ddd2268ec4a6c958b98dda829f737dd9 (diff)
add tile flag
Bug: skia: Change-Id: Ibdc06afaf0ed4446f386f5ef486e84a732e1e7b4 Reviewed-on: https://skia-review.googlesource.com/20540 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/android_framework_defines.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/android_framework_defines.gni b/gn/android_framework_defines.gni
index 76b877661f..4577d08ec5 100644
--- a/gn/android_framework_defines.gni
+++ b/gn/android_framework_defines.gni
@@ -14,4 +14,5 @@ android_framework_defines = [
"SK_SUPPORT_LEGACY_EMBOSSMASKFILTER",
"SK_SUPPORT_DEPRECATED_CLIPOPS",
"SK_LEGACY_SWEEP_GRADIENT",
+ "SK_SUPPORT_LEGACY_TILED_BITMAPS",
]