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