| Index: src/codec/SkPngCodec.h
|
| diff --git a/src/codec/SkPngCodec.h b/src/codec/SkPngCodec.h
|
| index 934513a67673444b42110d6fdac1aa57edd73dc6..0a8878395a967c7d7b4a8733b03447bcc1827107 100644
|
| --- a/src/codec/SkPngCodec.h
|
| +++ b/src/codec/SkPngCodec.h
|
| @@ -60,7 +60,7 @@ private:
|
| const int fNumberPasses;
|
| int fBitDepth;
|
|
|
| - bool decodePalette(bool premultiply, int* ctableCount);
|
| + bool createColorTable(SkColorType dstColorType, bool premultiply, int* ctableCount);
|
| void destroyReadStruct();
|
|
|
| typedef SkCodec INHERITED;
|
|
|