Handle rewinds in SkBmpCodec.
authorscroggo <scroggo@google.com>
Wed, 1 Apr 2015 14:39:40 +0000 (07:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Apr 2015 14:39:40 +0000 (07:39 -0700)
commit79e378d9b78c3db28eb97ab9adecb5bfddbf52d8
tree456f89bbe02bde5b2bb238af61185843ce19ff03
parent8c8f22a3bba18edaad41d6ac8451a77aa093a958
Handle rewinds in SkBmpCodec.

Factor our BMP code for reading the header, and call it after a rewind.

BUG=skia:3257

Review URL: https://codereview.chromium.org/1057483003
src/codec/SkCodec_libbmp.cpp
src/codec/SkCodec_libbmp.h
tests/CodexTest.cpp