| 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 c4e91b0d1d511feec5ab062f33c2891c82d9ad31..b2a1fe2d42e84522974b2b52b37b7854aa9e868a 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.h
|
| @@ -174,6 +174,9 @@ private:
|
| // Valid only while a BMPImageReader is decoding, this holds the size
|
| // for the particular entry being decoded.
|
| IntSize m_frameSize;
|
| +
|
| + // Used to pass on to an internally created PNG decoder.
|
| + const GammaAndColorProfileOption m_gammaAndColorProfileOption;
|
| };
|
|
|
| } // namespace blink
|
|
|