| Index: third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| index 153220d945b08a4b28b35854629a5230ef3ee84c..f986c1cbe94931af5ebd98e327fd95728947a4c9 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| @@ -448,7 +448,7 @@ class JPEGImageReader final {
|
| JOCTET* profile = nullptr;
|
| unsigned profileLength = 0;
|
| if (read_icc_profile(info(), &profile, &profileLength)) {
|
| - decoder()->setColorSpaceAndComputeTransform(
|
| + decoder()->setColorProfileAndComputeTransform(
|
| reinterpret_cast<char*>(profile), profileLength);
|
| free(profile);
|
| }
|
|
|