Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / tools / flags / SkCommonFlags.cpp
index c8cd330..4d329c5 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "SkCommonFlags.h"
 
-DEFINE_string(config, "565 8888 pdf gpu nonrendering angle",
+DEFINE_string(config, "565 8888 pdf gpu nonrendering angle nvprmsaa4",
               "Options: 565 8888 pdf gpu nonrendering msaa4 msaa16 nvprmsaa4 nvprmsaa16 "
               "gpunull gpudebug angle mesa");
 
@@ -43,8 +43,8 @@ DEFINE_bool(abandonGpuContext, false, "Abandon the GrContext after running each
 
 DEFINE_string(skps, "skps", "Directory to read skps from.");
 
-DEFINE_int32(threads, 0, "Run threadsafe tests on a threadpool with this many threads, "
-                         "defaulting to one thread per core.");
+DEFINE_int32(threads, -1, "Run threadsafe tests on a threadpool with this many extra threads, "
+                          "defaulting to one extra thread per core.");
 
 DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");