| 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 0f68eb0e58d9711a1da64cd48cd0f5cc12e83b03..e84b1b488dc443a73ab341e658cac98e49b771a7 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.h
|
| @@ -41,10 +41,7 @@ class PLATFORM_EXPORT GIFImageDecoder final : public ImageDecoder {
|
| WTF_MAKE_NONCOPYABLE(GIFImageDecoder);
|
|
|
| public:
|
| - GIFImageDecoder(AlphaOption,
|
| - ColorSpaceOption,
|
| - sk_sp<SkColorSpace>,
|
| - size_t maxDecodedBytes);
|
| + GIFImageDecoder(AlphaOption, const ColorBehavior&, size_t maxDecodedBytes);
|
| ~GIFImageDecoder() override;
|
|
|
| enum GIFParseQuery { GIFSizeQuery, GIFFrameCountQuery };
|
|
|