| 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 2b00aa0e76c36796887ca12abff14001fd828d5a..000ab94cdf70060c3f62b445bcd21c95b5e1314f 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| @@ -223,7 +223,9 @@ class PLATFORM_EXPORT ImageDecoder {
|
| bool HasEmbeddedColorSpace() const { return embedded_color_space_.get(); }
|
|
|
| // Set the embedded color space directly or via ICC profile.
|
| - void SetEmbeddedColorProfile(const char* icc_data, unsigned icc_length);
|
| + void SetEmbeddedColorProfile(const char* icc_data,
|
| + unsigned icc_length,
|
| + SkColorSpace::ICCTypeFlag);
|
| void SetEmbeddedColorSpace(sk_sp<SkColorSpace> src_space);
|
|
|
| // Transformation from embedded color space to target color space.
|
|
|