From 2b518b6eb2ca116c2988953987cabf9234b1b86f Mon Sep 17 00:00:00 2001 From: skia-deps-roller Date: Tue, 7 Jul 2015 11:25:27 -0700 Subject: [PATCH] Roll src/third_party/skia 5617900:1c8a587 Summary of changes available at: https://chromium.googlesource.com/skia/+log/5617900..1c8a587 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=stephana@google.com Commits in this roll: 1c8a587 msarett@google.com Add libjpeg-turbo library (depends on yasm) Mangle external function names to avoid conflict with libjpeg Take advantage of direct color conversion (RGBA, BGRA, 565) Prepare to use jpeg_skip_scanlines (when it is upstreamed) Review URL: https://codereview.chromium.org/1226773007 Cr-Commit-Position: refs/heads/master@{#337649} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c2c9d6d7f12e..d60517c46ec4 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', 'libvpx_revision': 'aa9b5f1d6e226fbeae31b2e8984d6c135c61169f', 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', - 'skia_revision': '5617900063f69754de62b8b12d32f6e36df14104', + 'skia_revision': '1c8a587120fd33854974457cf2a795ead98183a9', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. -- 2.11.4.GIT