| Index: third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| index b170e7b08c922382d235122ea58c9461be27f99b..8e481e0a1ad854d3dd9d4a6113fe0d161d835a15 100644
|
| --- a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| @@ -312,7 +312,7 @@ int main(int argc, char* argv[]) {
|
| applyColorCorrection = (--argc, ++argv, true);
|
| WebVector<char> profile;
|
| getScreenColorProfile(&profile); // Returns a color spin color profile.
|
| - ImageDecoder::setTargetColorProfile(profile);
|
| + ImageDecoder::setGlobalTargetColorProfile(profile);
|
| }
|
|
|
| if (argc < 2) {
|
|
|