Index: src/codec/SkBmpRLECodec.h |
diff --git a/src/codec/SkBmpRLECodec.h b/src/codec/SkBmpRLECodec.h |
index e0afccd927583a34c805394ef698328bcb6305a0..c5236a810073dd904b2f2bd9ded83c93218a4014 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(SkColorType dstColorType, int* colorCount); |
bool initializeStreamBuffer(); |