skia2/include/codec
msarett c0e80c139e In the case of subset decodes, we will often not decode to
the bottom of the image.  In our code before this patch,
this would result in cleanup code in onFinish() never being
called.

We can allow subclasses to take ownership of the
SkScanlineDecoder in order to make sure that it is
finished/deleted before deleting the decode manager.

BUG=skia:

Review URL: https://codereview.chromium.org/1212593003
2015-07-01 06:50:35 -07:00
..
SkCodec.h In the case of subset decodes, we will often not decode to 2015-07-01 06:50:35 -07:00
SkEncodedFormat.h Add SkEncodedFormat, used by SkCodec. 2015-03-20 11:55:55 -07:00
SkScanlineDecoder.h In the case of subset decodes, we will often not decode to 2015-07-01 06:50:35 -07:00