Fix Red/Blue decoding problem in WebP.
authorhalcanary@google.com <halcanary@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 20 Dec 2013 16:35:22 +0000 (16:35 +0000)
committerhalcanary@google.com <halcanary@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 20 Dec 2013 16:35:22 +0000 (16:35 +0000)
commitdedd44adea3b87faea4bcd833c6a508a6db8fcfd
tree4bbfd68e107be9a74254b3228b21ea77b88377f0
parent872796bb8eaabbd9ab76dc8821310438aa690d85
Fix Red/Blue decoding problem in WebP.

Added unit test with lossless webp data.

BUG=skia:1402

Will need to rebaseline webp expectations for some systems.

R=scroggo@google.com

Review URL: https://codereview.chromium.org/105443005

git-svn-id: http://skia.googlecode.com/svn/trunk@12803 2bbb7eff-a529-9590-31e7-b0007b416f81
src/images/SkImageDecoder_libwebp.cpp
tests/ImageDecodingTest.cpp