commit | 59c69479d44242350b303714a2cec8764c7f11a3 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Jan 20 12:38:06 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 20 12:38:06 2015 -0800 |
tree | c787fe8bd71c28bc084544d860e9d789b116df8d | |
parent | e1a828c555223e75ebf83d0674daa2e6fd5889a3 [diff] |
Upstream support for giflib >= 5.1. DGifCloseFile now takes two arugments. The second argument appears to be an optional out-param with more information on failures. ( c.f. http://giflib.sourceforge.net/gif_lib.html ) PS 1 is the original patch we received from google3. I've updated it a bit to be pedantically legal C++98. BUG=skia: Review URL: https://codereview.chromium.org/860853003