| Index: tools/flags/SkCommonFlags.cpp
|
| diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
|
| index ed7d5ccf5c3f6ae8b9344c1a6293b09ae0b68768..1a9018bec1ea44a0cc59c3f2613a3fb651f6ed85 100644
|
| --- a/tools/flags/SkCommonFlags.cpp
|
| +++ b/tools/flags/SkCommonFlags.cpp
|
| @@ -7,9 +7,10 @@
|
|
|
| #include "SkCommonFlags.h"
|
|
|
| -DEFINE_string(config, "565 8888 gpu nonrendering angle hwui ",
|
| - "Options: 565 8888 pdf gpu nonrendering msaa4 msaa16 nvprmsaa4 nvprmsaa16 "
|
| - "gpudft gpunull gpudebug angle mesa (and many more)");
|
| +DEFINE_string(config, "565 8888 gpu nonrendering angle hwui ", "Options: "
|
| + "565 8888 angle debug gpu gpudebug gpudft gpunull hwui mesa "
|
| + "msaa16 msaa4 nonrendering null nullgpu nvprmsaa16 nvprmsaa4 "
|
| + "pdf skp svg xps (and maybe more)");
|
|
|
| DEFINE_bool(cpu, true, "master switch for running CPU-bound work.");
|
|
|
|
|