diff options
author | skia-deps-roller <skia-deps-roller@chromium.org> | 2016-03-25 22:02:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-26 05:03:28 +0000 |
commit | ae05a6440b23ccee0cda6888a20e98d2d9a488a2 (patch) | |
tree | d839d089465023e1c25441cc665657271d9b30fd | |
parent | fe20a6e5e74173375de6debe1c86ac794debcccc (diff) | |
download | chromium_src-ae05a6440b23ccee0cda6888a20e98d2d9a488a2.zip chromium_src-ae05a6440b23ccee0cda6888a20e98d2d9a488a2.tar.gz chromium_src-ae05a6440b23ccee0cda6888a20e98d2d9a488a2.tar.bz2 |
Roll src/third_party/skia/ fdc88b5aa..92271fc31 (1 commit).
https://chromium.googlesource.com/skia.git/+log/fdc88b5aa636..92271fc31494
$ git log fdc88b5aa..92271fc31 --date=short --no-merges --format='%ad %ae %s'
2016-03-25 bsalomon Don't crash when resource path is omitted
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
TBR=bsalomon@google.com
Review URL: https://codereview.chromium.org/1835763002
Cr-Commit-Position: refs/heads/master@{#383446}
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other. - 'skia_revision': 'fdc88b5aa6369ae2ad112195c7db3060db0fec9c', + 'skia_revision': '92271fc31494e56df01a30f1d01e4483559e5c48', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. |