diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 21:39:57 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 21:39:57 +0000 |
commit | d746a77a9806aef78119a4688a08064980687ce1 (patch) | |
tree | 182c5b7b20e6de2bb622b631badce27c18bf3a8b /skia | |
parent | 62562287a80c741bacdf95fdbe579a2c1d4bbddc (diff) | |
download | chromium_src-d746a77a9806aef78119a4688a08064980687ce1.zip chromium_src-d746a77a9806aef78119a4688a08064980687ce1.tar.gz chromium_src-d746a77a9806aef78119a4688a08064980687ce1.tar.bz2 |
Update Skia to r1196.
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@83224 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-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', |