GIF: Internal cleanup - remove color map parameter
authorLeon Scroggins III <scroggo@google.com>
Mon, 5 Dec 2016 19:56:30 +0000 (14:56 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 5 Dec 2016 20:28:34 +0000 (20:28 +0000)
commit45565b676c86d6b4955b8643236880b016772e95
treef7e1bf1f7ed42798fdd11c26c97f97c67762a0ad
parentfe647b2d9ae04e94f030e5ee6e0e81e88c533ca9
GIF: Internal cleanup - remove color map parameter

SkGIFFrameContext::decode() and SkGIFLZWContext::prepareToDecode() do
not need (or use) the global color map, so stop passing it as a
parameter. The parameter was used prior to
https://skia-review.googlesource.com/c/4379/ (different issue!), but we
overlooked removing it then.

Change-Id: I0f477e9db11f7650938d6b868baef69e3b37d86b
Reviewed-on: https://skia-review.googlesource.com/5609
Commit-Queue: Leon Scroggins <scroggo@google.com>
Reviewed-by: Matt Sarett <msarett@google.com>
third_party/gif/SkGifImageReader.cpp
third_party/gif/SkGifImageReader.h