| Index: src/codec/SkPngCodec.h
|
| diff --git a/src/codec/SkPngCodec.h b/src/codec/SkPngCodec.h
|
| index 9a13a1267018e749ebe9be51f95cdae233eeb016..95fd61316342f5f46dd875f724e3df755b34b6ca 100644
|
| --- a/src/codec/SkPngCodec.h
|
| +++ b/src/codec/SkPngCodec.h
|
| @@ -31,7 +31,7 @@ protected:
|
| override;
|
| SkEncodedFormat onGetEncodedFormat() const override { return kPNG_SkEncodedFormat; }
|
| bool onRewind() override;
|
| - uint32_t onGetFillValue(SkColorType colorType, SkAlphaType alphaType) const override;
|
| + uint32_t onGetFillValue(SkColorType) const override;
|
|
|
| // Helper to set up swizzler and color table. Also calls png_read_update_info.
|
| Result initializeSwizzler(const SkImageInfo& requestedInfo, const Options&,
|
|
|