aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-03-26 20:58:04 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-26 20:58:14 +0000
commitf14e833392ed2bddcccc147a53a78d3b5a4ab769 (patch)
tree531c5dc7e166879aaf421e41c1d91c6143a14b58 /dm/DM.cpp
parentbd2e2a0cafb0944255635b95663e1d242064b9c3 (diff)
Revert "Switch DDL rendering to be a Via in DM"
This reverts commit bd2e2a0cafb0944255635b95663e1d242064b9c3. Reason for revert: Build-Debian9-Clang-x86_64-Debug-MSAN In file included from ../../../dm/DMSrcSink.cpp:8: ../../../dm/DMSrcSink.h:548:15: error: private field 'fNumDivisions' is not used [-Werror,-Wunused-private-field] const int fNumDivisions; Original change's description: > Switch DDL rendering to be a Via in DM > > This will let us also render the GMs via DDLs. > > Change-Id: I866a5af66d737473f4760dbc9d45053460c42e6e > Reviewed-on: https://skia-review.googlesource.com/116021 > Commit-Queue: Robert Phillips <robertphillips@google.com> > Reviewed-by: Greg Daniel <egdaniel@google.com> > Reviewed-by: Mike Klein <mtklein@google.com> TBR=egdaniel@google.com,mtklein@google.com,robertphillips@google.com Change-Id: Ice07c25ab29c57b2efb193c03e5504a2ae1a0743 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/116560 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 0c4b15f176..a6cb97f6f5 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -957,8 +957,6 @@ 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();