commit | 4f498fc6f07ffd57b747e5cd2f99a03c6281aa22 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Wed Dec 06 16:21:01 2017 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Dec 07 13:15:20 2017 +0000 |
tree | de6c0ad5ae4e704b7c9351b3b58f2fc7395ff4a4 | |
parent | 4f5e1d4ff3fa9f240398c9a08be94beb1c16dad0 [diff] |
Update to the latest version of libjpeg-turbo Bug: b/70203010 From https://github.com/libjpeg-turbo/libjpeg-turbo/commit/c308d434. This commit fixes a bug in BitmapRegionDecoder, and is the tip of tree. Rather than using our mirror, just pull in upstream directly. Move our config files into third_party/libjpeg-turbo, so we can just DEPS to upstream. These files are unchanged, except jconfig.h, where I added a comment regarding arithmetic coding. Add a test image which demonstrates the bug. Change-Id: I00f8f961f69e407dc31ca6d15c66518aa0acbafd Reviewed-on: https://skia-review.googlesource.com/81442 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Leon Scroggins <scroggo@google.com>