DM: failure to canary a sink is now fatal.
authormtklein <mtklein@chromium.org>
Tue, 21 Apr 2015 17:49:13 +0000 (10:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Apr 2015 17:49:14 +0000 (10:49 -0700)
commit05641a5582bbb3ee40dc2c9ba21d837df9340583
tree2d494e018269e027643eaa6236c742d4c0a2e851
parentfca5c88873cbf30f756bcb57e28df62f56c26d85
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
dm/DM.cpp
tools/flags/SkCommonFlags.cpp