diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 22:18:07 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 22:18:07 +0000 |
commit | 6008c18597d8005b02912c76ad55cd596f101408 (patch) | |
tree | 240d21b106f2116a0f366562962a638e0ad779d2 /skia/config | |
parent | b24d9460276c978ae9e2394f4532398ba5da5edc (diff) | |
download | chromium_src-6008c18597d8005b02912c76ad55cd596f101408.zip chromium_src-6008c18597d8005b02912c76ad55cd596f101408.tar.gz chromium_src-6008c18597d8005b02912c76ad55cd596f101408.tar.bz2 |
Roll skia r690:r699.
r692 fixes a valgrind error. r691 brings in optional gradient dithering code for 32bit pixels. Disable this in chrome for now.
BUG=41756,69531,69452
TEST=none
TBR=reed
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71607 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/config')
-rw-r--r-- | skia/config/SkUserConfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index 9e5c364b..ae8015d 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -129,6 +129,13 @@ #define SK_SUPPORT_UNITTEST #endif +/* If this is not defined, skia dithers gradients. Turning this on will make + gradients look better, but might have a performance impact. When it's turned + on, several webkit pixel tests will need to be rebaselined, too. + http://crbug.com/41756 + */ +#define SK_DISABLE_DITHER_32BIT_GRADIENT + // ===== Begin Chrome-specific definitions ===== #define SK_SCALAR_IS_FLOAT |