Index: src/codec/SkPngCodec.h |
diff --git a/src/codec/SkPngCodec.h b/src/codec/SkPngCodec.h |
index b74f3ed5f58e33090556156e49ff9e4d6893fe21..f29d9b2cf113048a472f9e32e7ea9a585d5a2bb1 100644 |
--- a/src/codec/SkPngCodec.h |
+++ b/src/codec/SkPngCodec.h |
@@ -66,7 +66,7 @@ protected: |
int fBitDepth; |
private: |
- bool createColorTable(SkColorType dstColorType, bool premultiply, int* ctableCount); |
+ bool createColorTable(const SkImageInfo& dstInfo, int* ctableCount); |
void destroyReadStruct(); |
typedef SkCodec INHERITED; |