| Index: tools/flags/SkCommonFlags.cpp
|
| diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
|
| index 09e74ba790641c023a8e74293dd887c71a5ef3ac..7c7634f16d0f4f156c2f3d8ccd68577c35379add 100644
|
| --- a/tools/flags/SkCommonFlags.cpp
|
| +++ b/tools/flags/SkCommonFlags.cpp
|
| @@ -24,7 +24,7 @@ DEFINE_string(gpuAPI, "", "Force use of specific gpu API. Using \"gl\" "
|
| "Defaults to empty string, which selects the API native to the "
|
| "system.");
|
|
|
| -DEFINE_string(images, "resources", "Directory of images to decode.");
|
| +DEFINE_string(images, "", "Directory of images to decode.");
|
|
|
| DEFINE_string2(match, m, NULL,
|
| "[~][^]substring[$] [...] of GM name to run.\n"
|
|
|