| Index: src/codec/SkBmpRLECodec.h
|
| diff --git a/src/codec/SkBmpRLECodec.h b/src/codec/SkBmpRLECodec.h
|
| index e0afccd927583a34c805394ef698328bcb6305a0..8c53e4ff0a4b60a6f748be13a9cf06aef56f64ff 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();
|
|
|
|
|