| Index: src/codec/SkBmpRLECodec.h
|
| diff --git a/src/codec/SkBmpRLECodec.h b/src/codec/SkBmpRLECodec.h
|
| index 2608862e8cd1fd9f1ef9f939757f415f2d24761c..398bebd890974c71e1009f1cf9986b75ae1fd744 100644
|
| --- a/src/codec/SkBmpRLECodec.h
|
| +++ b/src/codec/SkBmpRLECodec.h
|
| @@ -58,7 +58,7 @@ private:
|
| * Creates the color table
|
| * Sets colorCount to the new color count if it is non-nullptr
|
| */
|
| - bool createColorTable(int* colorCount);
|
| + bool createColorTable(int* colorCount, SkColorType dstColorType);
|
|
|
| bool initializeStreamBuffer();
|
|
|
|
|