| Index: tools/flags/SkCommonFlags.cpp
|
| diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
|
| index 57078fa4260bc9b7e99d733272410a8e90e10deb..bf2bde0426d929de8f56cac90a3a4664f5bdd030 100644
|
| --- a/tools/flags/SkCommonFlags.cpp
|
| +++ b/tools/flags/SkCommonFlags.cpp
|
| @@ -48,6 +48,8 @@ DEFINE_bool(releaseAndAbandonGpuContext, false,
|
|
|
| DEFINE_string(skps, "skps", "Directory to read skps from.");
|
|
|
| +DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
|
| +
|
| DEFINE_int32(threads, -1, "Run threadsafe tests on a threadpool with this many extra threads, "
|
| "defaulting to one extra thread per core.");
|
|
|
|
|