| 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 361f2eb858a5a2513585f99096a41d64975c1012..26edb8fe006141405f44c64304133fe89510721d 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp
|
| @@ -342,7 +342,7 @@ void WEBPImageDecoder::readColorProfile() {
|
| reinterpret_cast<const char*>(chunkIterator.chunk.bytes);
|
| size_t profileSize = chunkIterator.chunk.size;
|
|
|
| - setColorSpaceAndComputeTransform(profileData, profileSize);
|
| + setColorProfileAndComputeTransform(profileData, profileSize);
|
|
|
| WebPDemuxReleaseChunkIterator(&chunkIterator);
|
| }
|
|
|