summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 12:32:54 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 12:32:54 +0000
commit8ffa08674b0464dde7b72c704c7174957da6e4ab (patch)
tree62b0eb6bf8c24fe80924e55fe15cf75f7c131fd7 /DEPS
parent1fcc9edcf037375d6b5b67fbca1eab3c19a68c33 (diff)
downloadchromium_src-8ffa08674b0464dde7b72c704c7174957da6e4ab.zip
chromium_src-8ffa08674b0464dde7b72c704c7174957da6e4ab.tar.gz
chromium_src-8ffa08674b0464dde7b72c704c7174957da6e4ab.tar.bz2
Roll Skia up to r224, for a few bug fixes.
Most importantly this fixes a spline drawing error and a possible Linux crash when failing to load a font. The rebaselines are mostly due to minor gradient changes (Skia changes r212 and r213). There was one layout test that was hitting the spline drawing bug, and the results now look correct (svg-as-background-5.html). BUG=13007,14536 Review URL: http://codereview.chromium.org/131105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18803 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index f99230b..c2b2517 100644
--- a/DEPS
+++ b/DEPS
@@ -32,7 +32,7 @@ deps = {
"http://v8.googlecode.com/svn/trunk@2220",
"src/third_party/skia":
- "http://skia.googlecode.com/svn/trunk@198",
+ "http://skia.googlecode.com/svn/trunk@224",
"src/webkit/data/layout_tests/LayoutTests":
Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),