aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-04-21 10:49:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-21 10:49:14 -0700
commit05641a5582bbb3ee40dc2c9ba21d837df9340583 (patch)
tree2d494e018269e027643eaa6236c742d4c0a2e851 /tools
parentfca5c88873cbf30f756bcb57e28df62f56c26d85 (diff)
DM: failure to canary a sink is now fatal.
This requires we remove NVPR from the default set of configs, as we only find out at runtime that it's not available. All the other defaults will either be compiled in and supported, or not compiled in and non-fatally skipped as unknown configs. BUG=skia: Review URL: https://codereview.chromium.org/1100773003
Diffstat (limited to 'tools')
-rw-r--r--tools/flags/SkCommonFlags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
index d05f76439b..ed7d5ccf5c 100644
--- a/tools/flags/SkCommonFlags.cpp
+++ b/tools/flags/SkCommonFlags.cpp
@@ -7,7 +7,7 @@
#include "SkCommonFlags.h"
-DEFINE_string(config, "565 8888 gpu nonrendering angle nvprmsaa4 hwui ",
+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)");