| Index: src/codec/SkBmpStandardCodec.h
|
| diff --git a/src/codec/SkBmpStandardCodec.h b/src/codec/SkBmpStandardCodec.h
|
| index 8d098cbe0040bff5d9281eecb6a9efa51b04b83d..2d047babc159b4991bbc6eb2993972a2d060877e 100644
|
| --- a/src/codec/SkBmpStandardCodec.h
|
| +++ b/src/codec/SkBmpStandardCodec.h
|
| @@ -70,7 +70,7 @@ private:
|
| * Creates the color table
|
| * Sets colorCount to the new color count if it is non-nullptr
|
| */
|
| - bool createColorTable(SkAlphaType alphaType, int* colorCount);
|
| + bool createColorTable(SkColorType colorType, SkAlphaType alphaType, int* colorCount);
|
|
|
| void initializeSwizzler(const SkImageInfo& dstInfo, const Options& opts);
|
|
|
|
|