| Index: src/codec/SkPngCodec.h | 
| diff --git a/src/codec/SkPngCodec.h b/src/codec/SkPngCodec.h | 
| index 9d97c719daff0f6feef59ca6dda6f6a02efa411e..aace7b1c4cedabaf0548ce90e2b48648ce1e0139 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; | 
|  |