| 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 c444907646158f13909a5c7e0e9b602e515514bf..ccb3e4002a312d135e6a531401089a2cd9179c1c 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| @@ -221,6 +221,7 @@ public:
|
| void setIgnoreGammaAndColorProfile(bool flag) { m_ignoreGammaAndColorProfile = flag; }
|
| bool ignoresGammaAndColorProfile() const { return m_ignoreGammaAndColorProfile; }
|
|
|
| + static void setTargetColorProfile(const WebVector<char>&);
|
| bool hasColorProfile() const;
|
|
|
| #if USE(QCMSLIB)
|
|
|