| 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 7da3b9beaf524831f080a8816321202214490092..5d32f09b4a105a7cd227061b8904299533b5a303 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| @@ -240,6 +240,7 @@ public:
|
|
|
| bool hasColorProfile() const;
|
|
|
| + static void setOutputDeviceColorProfile(const WebVector<char>&);
|
| #if USE(QCMSLIB)
|
| void setColorProfileAndTransform(const char* iccData, unsigned iccLength, bool hasAlpha, bool useSRGB);
|
| qcms_transform* colorTransform() { return m_sourceToOutputDeviceColorTransform.get(); }
|
|
|