| 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 6abf29524d33e0059a628e4f5900aaa3547f278d..6bec89fa9026be318bc35141db3a29525eb47172 100644
|
| --- a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| @@ -309,7 +309,7 @@ int main(int argc, char* argv[]) {
|
|
|
| bool applyColorCorrection = false;
|
|
|
| -#if USE(QCMSLIB)
|
| +#if USE(SKCOLORXFORM)
|
| if (argc >= 2 && strcmp(argv[1], "--color-correct") == 0)
|
| applyColorCorrection = (--argc, ++argv, true);
|
|
|
|
|