commit | 9a0e3467da2a61ec81f676c147c21c77de91fccf | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Fri Dec 11 07:38:50 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Dec 11 07:38:50 2015 -0800 |
tree | 34f92186cea75a2af48dc76d3cb0bdf8905d2317 | |
parent | e804292e805917002cc3d7baa7f967fb20d2c7cb [diff] |
Make BitmapRegionDecoder succeed on invalid requests If the client requests a color type or alpha type that is not supported, we should decode to the default/appropriate color and alpha types to match existing behavior in Android. BUG=skia: Review URL: https://codereview.chromium.org/1513023002