Index: src/codec/SkJpegCodec.h |
diff --git a/src/codec/SkJpegCodec.h b/src/codec/SkJpegCodec.h |
index f39bc49910dad8f40f8d853b6bb266178f5b399c..122c6e445325326e3e83547bf0534378be8fcdab 100644 |
--- a/src/codec/SkJpegCodec.h |
+++ b/src/codec/SkJpegCodec.h |
@@ -106,6 +106,13 @@ private: |
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 |
*/ |
@@ -118,8 +125,6 @@ private: |
const Options& options); |
SkAutoTDelete<JpegDecoderMgr> fDecoderMgr; |
- SkAutoTDelete<SkSwizzler> fSwizzler; |
- size_t fSrcRowBytes; |
friend class SkJpegScanlineDecoder; |