diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 17:26:57 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 17:26:57 +0000 |
commit | 385a691152a9a3c24b78e3c1e7525d771c509759 (patch) | |
tree | ba37abc68b371e14562bc81ab34dad9108d849b9 /skia/skia.gyp | |
parent | 14c02c606a1a360bdb7d7e65f53932972be99b6f (diff) | |
download | chromium_src-385a691152a9a3c24b78e3c1e7525d771c509759.zip chromium_src-385a691152a9a3c24b78e3c1e7525d771c509759.tar.gz chromium_src-385a691152a9a3c24b78e3c1e7525d771c509759.tar.bz2 |
Update Skia to r1206.
Also turn on SK_IGNORE_CF_OPTIMIZATION to disable a color filter
optimization.
TBR=reed
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 483547f..1b6edfa 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -711,7 +711,7 @@ 'GR_STATIC_RECT_VB=1', 'GR_AGGRESSIVE_SHADER_OPTS=1', 'SK_DISABLE_FAST_AA_STROKE_RECT', -# 'SK_USE_SLOW_2POINT_RADIAL_GRADIENT', + 'SK_IGNORE_CF_OPTIMIZATION', ], 'sources!': [ '../third_party/skia/include/core/SkTypes.h', |