Index: src/images/SkDecodingImageGenerator.h |
diff --git a/src/images/SkDecodingImageGenerator.h b/src/images/SkDecodingImageGenerator.h |
index 12a49d59c47e6c6b89c248a7bd88341d35633da3..fef7c6c7c789a0f1e4d5a6af9834a649c33c04cb 100644 |
--- a/src/images/SkDecodingImageGenerator.h |
+++ b/src/images/SkDecodingImageGenerator.h |
@@ -113,13 +113,12 @@ private: |
const SkImageInfo fInfo; |
const int fSampleSize; |
const bool fDitherImage; |
- const SkBitmap::Config fRequestedConfig; |
+ |
SkDecodingImageGenerator(SkData* data, |
SkStreamRewindable* stream, |
const SkImageInfo& info, |
int sampleSize, |
- bool ditherImage, |
- SkBitmap::Config requestedConfig); |
+ bool ditherImage); |
static SkImageGenerator* Create(SkData*, SkStreamRewindable*, |
const Options&); |
typedef SkImageGenerator INHERITED; |