Index: src/codec/SkJpegCodec.h |
diff --git a/src/codec/SkJpegCodec.h b/src/codec/SkJpegCodec.h |
index 1844269e6b3eff13a2e53dd636a8845e299c8739..87c925d9d17a49ca42ce96b91760f8259e1f33bf 100644 |
--- a/src/codec/SkJpegCodec.h |
+++ b/src/codec/SkJpegCodec.h |
@@ -100,13 +100,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 |
*/ |
@@ -119,6 +112,8 @@ |
const Options& options); |
SkAutoTDelete<JpegDecoderMgr> fDecoderMgr; |
+ SkAutoTDelete<SkSwizzler> fSwizzler; |
+ size_t fSrcRowBytes; |
friend class SkJpegScanlineDecoder; |