| Index: third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| index aec7045ba6724850cb79a4e94d62d5c1dbb3a2d2..9f38fc19ca9b7d2ac8c3d0570f2c76006cb407ce 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| @@ -39,10 +39,7 @@ namespace blink {
|
| // This class decodes the BMP image format.
|
| class PLATFORM_EXPORT BMPImageDecoder final : public ImageDecoder {
|
| public:
|
| - BMPImageDecoder(AlphaOption,
|
| - ColorSpaceOption,
|
| - sk_sp<SkColorSpace>,
|
| - size_t maxDecodedBytes);
|
| + BMPImageDecoder(AlphaOption, const ColorBehavior&, size_t maxDecodedBytes);
|
|
|
| // ImageDecoder:
|
| String filenameExtension() const override { return "bmp"; }
|
|
|