Index: gm/gmmain.cpp |
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp |
index e84d61ada34731dcab06b7ff9adf6442eb5a2b02..4204ef32e783937f4bbc9bca9c61bbbea59076df 100644 |
--- a/gm/gmmain.cpp |
+++ b/gm/gmmain.cpp |
@@ -1399,7 +1399,6 @@ DEFINE_string(mismatchPath, "", "Write images for tests that failed due to " |
"pixel mismatches into this directory."); |
DEFINE_string(modulo, "", "[--modulo <remainder> <divisor>]: only run tests for which " |
"testIndex %% divisor == remainder."); |
-DEFINE_bool(pdf, true, "Exercise the pdf rendering test pass."); |
DEFINE_bool(pipe, false, "Exercise the SkGPipe replay test pass."); |
DEFINE_string2(readPath, r, "", "Read reference images from this dir, and report " |
"any differences between those and the newly generated ones."); |
@@ -1512,9 +1511,6 @@ ErrorCombination run_multiple_configs(GMMain &gmmain, GM *gm, |
// If any of these were skipped on a per-GM basis, record them as |
// kIntentionallySkipped. |
if (kPDF_Backend == config.fBackend) { |
- if (!FLAGS_pdf) { |
- continue; |
- } |
if (gmFlags & GM::kSkipPDF_Flag) { |
gmmain.RecordTestResults(kIntentionallySkipped_ErrorType, shortNamePlusConfig, |
renderModeDescriptor); |