Chromium Code Reviews| Index: tools/flags/SkCommonFlags.cpp |
| diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp |
| index 7c7634f16d0f4f156c2f3d8ccd68577c35379add..58dbcec3941c40aecd7ca468be71e13c9ad73a76 100644 |
| --- a/tools/flags/SkCommonFlags.cpp |
| +++ b/tools/flags/SkCommonFlags.cpp |
| @@ -26,7 +26,7 @@ DEFINE_string(gpuAPI, "", "Force use of specific gpu API. Using \"gl\" " |
| DEFINE_string(images, "", "Directory of images to decode."); |
| -DEFINE_string2(match, m, NULL, |
| +DEFINE_string2(match, m, "GLPrograms", |
|
mtklein
2015/08/10 15:23:56
Revert this file?
|
| "[~][^]substring[$] [...] of GM name to run.\n" |
| "Multiple matches may be separated by spaces.\n" |
| "~ causes a matching GM to always be skipped\n" |