Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index d5d5fcbc11111bcc81c642a38fe494136ca93eb9..53709ba76dab27691441643227d65a56285379ac 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -34,7 +34,6 @@ |
#include "Timer.h" |
#include "picture_utils.h" |
#include "sk_tool_utils.h" |
-#include "SkScan.h" |
#ifdef SK_PDF_IMAGE_STATS |
extern void SkPDFImageDumpStats(); |
@@ -73,8 +72,6 @@ |
DEFINE_int32(shard, 0, "Which shard do I run?"); |
DEFINE_string(mskps, "", "Directory to read mskps from, or a single mskp file."); |
- |
-DEFINE_bool(analyticAA, false, "Analytic Anti-Alias"); |
using namespace DM; |
using sk_gpu_test::GrContextFactory; |
@@ -1277,10 +1274,6 @@ |
setbuf(stdout, nullptr); |
setup_crash_handler(); |
- if (FLAGS_analyticAA) { |
- GlobalAAConfig::getInstance().fUseAnalyticAA = true; |
- } |
- |
if (FLAGS_verbose) { |
gVLog = stderr; |
} else if (!FLAGS_writePath.isEmpty()) { |