diff options
author | reed <reed@google.com> | 2014-12-18 12:43:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-18 12:43:08 -0800 |
commit | caf7e9313b52f78b53ff7d478f9cc41a1f6a85ff (patch) | |
tree | 9cbdb92fb9e9630ec762024a3c84d4767851f1c8 /gyp | |
parent | 695025fe1d638955d399cd8ff33f6fc7ca5e935e (diff) |
improve precision of gradients (disabled for now)
BUG=skia:2898
TBR=caryclark
Review URL: https://codereview.chromium.org/815623004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia_for_chromium_defines.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi index 6a9adf5a8e..a214270034 100644 --- a/gyp/skia_for_chromium_defines.gypi +++ b/gyp/skia_for_chromium_defines.gypi @@ -13,6 +13,7 @@ # If these become 'permanent', they should be moved into skia_common.gypi # 'skia_for_chromium_defines': [ + 'SK_SUPPORT_LEGACY_GRADIENT_PRECISION', ], }, } |