| 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 466ef4be653ac1455c3aa562cc977ddbd0cfd94a..f1521f2ea3d6ad4e0b716f2b30a8236ad63ef6ed 100644
|
| --- a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| @@ -256,7 +256,7 @@ int main(int argc, char* argv[]) {
|
| if (argc >= 2 && strcmp(argv[1], "--color-correct") == 0) {
|
| applyColorCorrection = (--argc, ++argv, true);
|
| gfx::ICCProfile profile = gfx::ICCProfileForTestingColorSpin();
|
| - ColorBehavior::setGlobalTargetColorProfile(profile.GetData());
|
| + ColorBehavior::setGlobalTargetColorProfile(profile);
|
| }
|
|
|
| if (argc < 2) {
|
|
|