Index: src/codec/SkJpegCodec.h |
diff --git a/src/codec/SkJpegCodec.h b/src/codec/SkJpegCodec.h |
index 122c6e445325326e3e83547bf0534378be8fcdab..f39bc49910dad8f40f8d853b6bb266178f5b399c 100644 |
--- a/src/codec/SkJpegCodec.h |
+++ b/src/codec/SkJpegCodec.h |
@@ -106,13 +106,6 @@ |
bool handleRewind(); |
/* |
- * Checks if the conversion between the input image and the requested output |
- * image has been implemented |
- * Sets the output color space |
- */ |
- bool setOutputColorSpace(const SkImageInfo& dst); |
- |
- /* |
* Checks if we can scale to the requested dimensions and scales the dimensions |
* if possible |
*/ |
@@ -125,6 +118,8 @@ |
const Options& options); |
SkAutoTDelete<JpegDecoderMgr> fDecoderMgr; |
+ SkAutoTDelete<SkSwizzler> fSwizzler; |
+ size_t fSrcRowBytes; |
friend class SkJpegScanlineDecoder; |