| 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 a695f5ee834d1e0cbce425202362ea3f84e4cae2..348458de1f3d97b5ec2d700996ef03c76b2bb06f 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| @@ -39,9 +39,7 @@ namespace blink {
|
| // This class decodes the BMP image format.
|
| class PLATFORM_EXPORT BMPImageDecoder final : public ImageDecoder {
|
| public:
|
| - BMPImageDecoder(AlphaOption,
|
| - GammaAndColorProfileOption,
|
| - size_t maxDecodedBytes);
|
| + BMPImageDecoder(AlphaOption, ColorSpaceOption, size_t maxDecodedBytes);
|
|
|
| // ImageDecoder:
|
| String filenameExtension() const override { return "bmp"; }
|
|
|