aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/skia_for_android_framework_defines.gypi
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-05-12 10:28:58 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-12 10:28:58 -0700
commitb1207e8164eed7473f1e06126d6fd90a98a54d23 (patch)
treeafec869141ee869847c2f665d99e51c0d911a8b0 /gyp/skia_for_android_framework_defines.gypi
parent2629697933b5cc975e45d2a45c48f803fc6cbcec (diff)
opt into SkScalarDiv until we can fix android call-sites
BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/1138273002
Diffstat (limited to 'gyp/skia_for_android_framework_defines.gypi')
-rw-r--r--gyp/skia_for_android_framework_defines.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi
index 82deef4dea..aba03844a3 100644
--- a/gyp/skia_for_android_framework_defines.gypi
+++ b/gyp/skia_for_android_framework_defines.gypi
@@ -18,6 +18,7 @@
# Needed until we fix skbug.com/2440.
'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS',
+ 'SK_SUPPORT_LEGACY_SCALAR_DIV',
],
},
}