summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--skia/config/SkUserConfig.h7
2 files changed, 8 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index f61794f..ba73abd 100644
--- a/DEPS
+++ b/DEPS
@@ -11,7 +11,7 @@ vars = {
"libjingle_revision": "50",
"libvpx_revision": "65287",
"ffmpeg_revision": "70984",
- "skia_revision": "690",
+ "skia_revision": "699",
}
deps = {
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