| 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 eea37216069119c5290f1214cdcbc4869be27544..fe504cda47b16d5ca51c27635b816fbcb2ab20de 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| @@ -30,7 +30,9 @@
|
| #include "SkColorPriv.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/SharedBuffer.h"
|
| +#include "platform/graphics/ColorSpaceProfile.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| +#include "platform/graphics/ImageSource.h"
|
| #include "platform/image-decoders/ImageAnimation.h"
|
| #include "platform/image-decoders/ImageFrame.h"
|
| #include "public/platform/Platform.h"
|
| @@ -194,6 +196,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 };
|
|
|