| 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..8aa6b4a00b523327313f82aed2798e377cf63bf4 100644
|
| --- a/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
|
| @@ -309,7 +309,6 @@ int main(int argc, char* argv[]) {
|
|
|
| bool applyColorCorrection = false;
|
|
|
| -#if USE(QCMSLIB)
|
| if (argc >= 2 && strcmp(argv[1], "--color-correct") == 0)
|
| applyColorCorrection = (--argc, ++argv, true);
|
|
|
| @@ -319,12 +318,6 @@ int main(int argc, char* argv[]) {
|
| argv[0]);
|
| exit(1);
|
| }
|
| -#else
|
| - if (argc < 2) {
|
| - fprintf(stderr, "Usage: %s file [iterations] [packetSize]\n", argv[0]);
|
| - exit(1);
|
| - }
|
| -#endif
|
|
|
| // Control decode bench iterations and packet size.
|
|
|
|
|