| Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| index 2ebd7797caf99844abc34018d95e42f885f8b453..4fd070ec29521dfdf72522d55b65e76e3cca4002 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| @@ -30,6 +30,7 @@
|
| #include "SkColorPriv.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/SharedBuffer.h"
|
| +#include "platform/graphics/ColorSpaceProfile.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| #include "platform/image-decoders/ImageAnimation.h"
|
| #include "platform/image-decoders/ImageFrame.h"
|
| @@ -196,6 +197,7 @@ public:
|
| bool ignoresGammaAndColorProfile() const { return m_ignoreGammaAndColorProfile; }
|
|
|
| virtual bool hasColorProfile() const { return false; }
|
| + virtual PassRefPtr<ColorSpaceProfile> colorProfile() const { return nullptr; }
|
|
|
| #if USE(QCMSLIB)
|
| enum { iccColorProfileHeaderLength = 128 };
|
|
|