| Index: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp
|
| index 87a96775dd8241bed19a5b52552824045521bd37..f3c639c4529ac9aab29006b5fa77ae755457abb8 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp
|
| @@ -334,7 +334,7 @@ void WEBPImageDecoder::readColorProfile() {
|
| reinterpret_cast<const char*>(chunkIterator.chunk.bytes);
|
| size_t profileSize = chunkIterator.chunk.size;
|
|
|
| - setColorProfileAndComputeTransform(profileData, profileSize);
|
| + setEmbeddedColorProfile(profileData, profileSize);
|
|
|
| WebPDemuxReleaseChunkIterator(&chunkIterator);
|
| }
|
|
|