From f14e833392ed2bddcccc147a53a78d3b5a4ab769 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Mon, 26 Mar 2018 20:58:04 +0000 Subject: 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 > Reviewed-by: Greg Daniel > Reviewed-by: Mike Klein 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 Commit-Queue: Robert Phillips --- dm/DM.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'dm/DM.cpp') 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(); -- cgit v1.2.3