| Index: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h | 
| diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h | 
| index 41c58d68602ca881f9133a61bb0862ad28b2b2e0..c3ec88dd4c9ae111b3192135475ea79230a147b8 100644 | 
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h | 
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h | 
| @@ -67,9 +67,9 @@ private: | 
|  | 
| #if USE(QCMSLIB) | 
| qcms_transform* colorTransform() const { return m_transform; } | 
| -    bool createColorTransform(const char* data, size_t); | 
| +    bool createColorTransform(const char* data, size_t, ColorProfileStatus&); | 
| void clearColorTransform(); | 
| -    void readColorProfile(); | 
| +    ColorProfileStatus readColorProfile(); | 
|  | 
| qcms_transform* m_transform; | 
| #endif | 
|  |