| Index: src/codec/SkBmpCodec.h
|
| diff --git a/src/codec/SkBmpCodec.h b/src/codec/SkBmpCodec.h
|
| index 0ece7ad6ce2fb1b5bc0ea1d8c85aabd8ef7107d8..a7e8e58431ba59d2146d4e78de779a46bbeafeed 100644
|
| --- a/src/codec/SkBmpCodec.h
|
| +++ b/src/codec/SkBmpCodec.h
|
| @@ -38,8 +38,8 @@
|
|
|
| protected:
|
|
|
| - SkBmpCodec(int width, int height, const SkEncodedInfo& info, SkStream* stream,
|
| - uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder);
|
| + SkBmpCodec(const SkImageInfo& info, SkStream* stream, uint16_t bitsPerPixel,
|
| + SkCodec::SkScanlineOrder rowOrder);
|
|
|
| SkEncodedFormat onGetEncodedFormat() const override { return kBMP_SkEncodedFormat; }
|
|
|
|
|