| Index: src/codec/SkPngCodec.h
|
| diff --git a/src/codec/SkPngCodec.h b/src/codec/SkPngCodec.h
|
| index 69ecef1313d0e3d73105a6608f0f790aa97adad1..b689f6fbae0aa6c692b849ddce259a9f0df0db87 100644
|
| --- a/src/codec/SkPngCodec.h
|
| +++ b/src/codec/SkPngCodec.h
|
| @@ -46,8 +46,8 @@ protected:
|
| virtual int readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count,
|
| int startRow) = 0;
|
|
|
| - SkPngCodec(int width, int height, const SkEncodedInfo&, SkStream*, SkPngChunkReader*,
|
| - png_structp, png_infop, int, int, sk_sp<SkColorSpace>);
|
| + SkPngCodec(const SkEncodedInfo&, const SkImageInfo&, SkStream*, SkPngChunkReader*,
|
| + png_structp, png_infop, int, int);
|
|
|
| SkAutoTUnref<SkPngChunkReader> fPngChunkReader;
|
| png_structp fPng_ptr;
|
|
|