aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-03-27 17:01:16 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-28 17:21:24 +0000
commite47f0a0f1646ad31e0aeefd40a2cb1e1d275d18c (patch)
tree6c3765bc205c9ab7d2a74af79e9d568eabebf50a /dm/DM.cpp
parent282f9daa82d69cd1465701e9966b21424fbb48aa (diff)
Remove old method of drawing DDL SKPs from DM (in favor of ViaDDL method)
Change-Id: I6bb270d9df1c76b9d2e384abde603cdda91c9bb6 Reviewed-on: https://skia-review.googlesource.com/116550 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 0c4b15f176..e134ac561c 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -788,11 +788,7 @@ static bool gather_srcs() {
push_src("gm", "", new GMSrc(r->factory()));
}
- if (FLAGS_ddl > 0) {
- gather_file_srcs<DDLSKPSrc>(FLAGS_skps, "skp");
- } else {
- gather_file_srcs<SKPSrc>(FLAGS_skps, "skp");
- }
+ gather_file_srcs<SKPSrc>(FLAGS_skps, "skp");
gather_file_srcs<MSKPSrc>(FLAGS_mskps, "mskp");
#if !defined(SK_BUILD_FOR_GOOGLE3)
gather_file_srcs<SkottieSrc>(FLAGS_jsons, "json");