| Index: src/codec/SkBmpRLECodec.h
|
| diff --git a/src/codec/SkBmpRLECodec.h b/src/codec/SkBmpRLECodec.h
|
| index fcf910d8e5e7b74a4f6f4a536d561f1a485db3ca..df2a97d84502010a0c86efc5940466f9aba16082 100644
|
| --- a/src/codec/SkBmpRLECodec.h
|
| +++ b/src/codec/SkBmpRLECodec.h
|
| @@ -90,6 +90,7 @@ private:
|
| SkSampler* getSampler(bool createIfNecessary) override;
|
|
|
| SkAutoTUnref<SkColorTable> fColorTable; // owned
|
| + // fNumColors is the number specified in the header, or 0 if not present in the header.
|
| const uint32_t fNumColors;
|
| const uint32_t fBytesPerColor;
|
| const uint32_t fOffset;
|
|
|