| Index: src/codec/SkBmpRLECodec.h
|
| diff --git a/src/codec/SkBmpRLECodec.h b/src/codec/SkBmpRLECodec.h
|
| index aa5b06127329cef971d7365d180a169434bb4093..ea2c2b6babd8a3a076c71fafbd68cfb206e29577 100644
|
| --- a/src/codec/SkBmpRLECodec.h
|
| +++ b/src/codec/SkBmpRLECodec.h
|
| @@ -36,7 +36,7 @@ public:
|
| */
|
| SkBmpRLECodec(const SkImageInfo& srcInfo, SkStream* stream,
|
| uint16_t bitsPerPixel, uint32_t numColors, uint32_t bytesPerColor,
|
| - uint32_t offset, SkScanlineDecoder::SkScanlineOrder rowOrder,
|
| + uint32_t offset, SkCodec::SkScanlineOrder rowOrder,
|
| size_t RLEBytes);
|
|
|
| protected:
|
|
|