Index: src/codec/SkJpegCodec.h |
diff --git a/src/codec/SkJpegCodec.h b/src/codec/SkJpegCodec.h |
index 5e2135cdffb71b66faa6a2c1cb24ae895626d31d..1bded3593ca4dc6cc4f74b78b77db6980b5ea9fa 100644 |
--- a/src/codec/SkJpegCodec.h |
+++ b/src/codec/SkJpegCodec.h |
@@ -113,19 +113,13 @@ private: |
bool setOutputColorSpace(const SkImageInfo& dst); |
/* |
- * Checks if we can scale to the requested dimensions and scales the dimensions |
- * if possible |
+ * Checks if we can natively scale to the requested dimensions and natively scales the |
+ * dimensions if possible |
*/ |
- bool scaleToDimensions(uint32_t width, uint32_t height); |
- |
- /* |
- * Create the swizzler based on the encoded format |
- */ |
- void initializeSwizzler(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, |
- const Options& options); |
+ bool nativelyScaleToDimensions(uint32_t width, uint32_t height); |
SkAutoTDelete<JpegDecoderMgr> fDecoderMgr; |
- |
+ |
friend class SkJpegScanlineDecoder; |
typedef SkCodec INHERITED; |