| Index: third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| index dda6d6e6dc13ae363b18a8869b3358826cc21929..c88334a90b4e63b5735839b45c5bddc1464e35e6 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| @@ -44,9 +44,7 @@ class PLATFORM_EXPORT ICOImageDecoder final : public ImageDecoder {
|
| WTF_MAKE_NONCOPYABLE(ICOImageDecoder);
|
|
|
| public:
|
| - ICOImageDecoder(AlphaOption,
|
| - GammaAndColorProfileOption,
|
| - size_t maxDecodedBytes);
|
| + ICOImageDecoder(AlphaOption, ColorSpaceOption, size_t maxDecodedBytes);
|
| ~ICOImageDecoder() override;
|
|
|
| // ImageDecoder:
|
| @@ -180,7 +178,7 @@ class PLATFORM_EXPORT ICOImageDecoder final : public ImageDecoder {
|
| IntSize m_frameSize;
|
|
|
| // Used to pass on to an internally created PNG decoder.
|
| - const GammaAndColorProfileOption m_gammaAndColorProfileOption;
|
| + const ColorSpaceOption m_colorSpaceOption;
|
| };
|
|
|
| } // namespace blink
|
|
|