| Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
|
| index 5b46aa66b1ab997e0591034a9179486b5f8ee15b..1987dfcf306d75878c83a6487451f608b9ad3f5c 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
|
| @@ -41,9 +41,7 @@ class PLATFORM_EXPORT GIFImageDecoder final : public ImageDecoder {
|
| WTF_MAKE_NONCOPYABLE(GIFImageDecoder);
|
|
|
| public:
|
| - GIFImageDecoder(AlphaOption,
|
| - GammaAndColorProfileOption,
|
| - size_t maxDecodedBytes);
|
| + GIFImageDecoder(AlphaOption, ColorSpaceOption, size_t maxDecodedBytes);
|
| ~GIFImageDecoder() override;
|
|
|
| enum GIFParseQuery { GIFSizeQuery, GIFFrameCountQuery };
|
|
|