From b1207e8164eed7473f1e06126d6fd90a98a54d23 Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 12 May 2015 10:28:58 -0700 Subject: [PATCH] opt into SkScalarDiv until we can fix android call-sites BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/1138273002 --- gyp/skia_for_android_framework_defines.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi index 82deef4..aba0384 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', ], }, } -- 2.7.4