| Index: tools/flags/SkCommonFlags.cpp
|
| diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
|
| index ca2e18c135e5d9bd176beb0e2d5c1163f3e68179..80ef2bfb5c65e9f1c230a2d2b844459fb9b1198b 100644
|
| --- a/tools/flags/SkCommonFlags.cpp
|
| +++ b/tools/flags/SkCommonFlags.cpp
|
| @@ -44,7 +44,7 @@ DEFINE_bool(abandonGpuContext, false, "Abandon the GrContext after running each
|
|
|
| DEFINE_bool2(single, z, false, "run tests on a single thread internally.");
|
|
|
| -DEFINE_string(skps, "", "Directory to read skps from.");
|
| +DEFINE_string(skps, "skps", "Directory to read skps from.");
|
|
|
| DEFINE_int32(threads, SkThreadPool::kThreadPerCore,
|
| "run threadsafe tests on a threadpool with this many threads.");
|
|
|