commit | 5c351f38fa365b03326454ad3e2ecc5dfb8184fc | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Tue Nov 10 15:38:23 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 10 15:38:23 2015 -0800 |
tree | 5b1292cca19e3c679842ee2b2b4808a5dba15055 | |
parent | 5c9e34a350cd641910c86151aa39f863cdf25cc3 [diff] |
Delete dead SkImageDecoder::buildTileIndex and decodeSubset code This approach to subset decoding is no longer supported. We have replaced it with an implementation that does not depend on forked libraries. https://codereview.chromium.org/1406153015/ BUG=skia: Review URL: https://codereview.chromium.org/1426943009