diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 12:32:54 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 12:32:54 +0000 |
commit | 8ffa08674b0464dde7b72c704c7174957da6e4ab (patch) | |
tree | 62b0eb6bf8c24fe80924e55fe15cf75f7c131fd7 /DEPS | |
parent | 1fcc9edcf037375d6b5b67fbca1eab3c19a68c33 (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |