aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index a6cb97f6f5..0c4b15f176 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -957,6 +957,8 @@ static Sink* create_via(const SkString& tag, Sink* wrapped) {
VIA("tiles", ViaTiles, 256, 256, nullptr, wrapped);
VIA("tiles_rt", ViaTiles, 256, 256, new SkRTreeFactory, wrapped);
+ VIA("ddl", ViaDDL, 3, wrapped);
+
if (FLAGS_matrix.count() == 4) {
SkMatrix m;
m.reset();