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 649c231ae6e0f289a2dccd367c0336f2a07775e4..504b59a0a192b5f6cf363f98c3bd8e0f598362ee 100644 |
--- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp |
+++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp |
@@ -315,7 +315,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); |
} |