diff options
author | epoger@google.com <epoger@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 15:08:50 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-24 15:08:50 +0000 |
commit | 123a413d1e74b6a5061059747be2dcdeccb0c3f8 (patch) | |
tree | 56a25c75637b14be9e5dba1d5b6638c1a7b46973 /DEPS | |
parent | 43cea1b92867150eed7279e53bc8e0fa192bd875 (diff) | |
download | chromium_src-123a413d1e74b6a5061059747be2dcdeccb0c3f8.zip chromium_src-123a413d1e74b6a5061059747be2dcdeccb0c3f8.tar.gz chromium_src-123a413d1e74b6a5061059747be2dcdeccb0c3f8.tar.bz2 |
Roll Skia DEPS 3230->3244
This will cause the following layout test to fail on all platforms:
GPU : fast/canvas/canvas-strokePath-shadow.html
After this change lands, I will update that test to be less fragile by
allowing for tolerance (at least +-1, but a 2 is probably better)
since the failing values had to be premultiplied and then unpremultiplied, which
varies a tiny bit between implementations (even between diff GPUs).
See trybot results in https://chromiumcodereview.appspot.com/9452031/
Review URL: https://chromiumcodereview.appspot.com/9447055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ vars = { "lss_revision": "9", "ffmpeg_revision": "122092", "sfntly_revision": "118", - "skia_revision": "3230", + "skia_revision": "3244", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. |