summaryrefslogtreecommitdiffstats
path: root/skia/config
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 13:52:04 +0000
committerreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 13:52:04 +0000
commite6e7db7f883ab88bc43a4f95033606eba9f1245f (patch)
tree4932032b37207f16d4adc90a468d87742df5f850 /skia/config
parent5c6aa5046ec9a100b27b33013418f122461d21e5 (diff)
downloadchromium_src-e6e7db7f883ab88bc43a4f95033606eba9f1245f.zip
chromium_src-e6e7db7f883ab88bc43a4f95033606eba9f1245f.tar.gz
chromium_src-e6e7db7f883ab88bc43a4f95033606eba9f1245f.tar.bz2
move SK_DISABLE_DITHER_32BIT_GRADIENT from SkUserConfig.h to skia.gyp, so we can later rebaseline.
Review URL: https://codereview.chromium.org/11430002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/config')
-rw-r--r--skia/config/SkUserConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 4423af5..e09dd4b 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -160,13 +160,6 @@
*/
#undef SK_USER_TRACE_INCLUDE_FILE
-/* 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