From c8f740168ff32222a35ab2a3809c7664d7a2432e Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Thu, 21 Dec 2017 16:16:09 -0500 Subject: remove obsolete DM test configs ViaSingletonPictures simulates a load pattern that Blink no longer produces. I don't even remember what Via2ndPic and ViaTwice are meant to test, but I imagine they're quite obsolete. There was a lingering reference to ViaMojo, which otherwise doesn't exist. Bug: skia:7544 Change-Id: I033fd344314054ad66c363e5dbd0a373be188069 Reviewed-on: https://skia-review.googlesource.com/88780 Reviewed-by: Mike Reed Commit-Queue: Mike Klein --- dm/DM.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'dm/DM.cpp') diff --git a/dm/DM.cpp b/dm/DM.cpp index 8e22c7e2ec..4f0dcd6a8c 100644 --- a/dm/DM.cpp +++ b/dm/DM.cpp @@ -929,14 +929,11 @@ static Sink* create_via(const SkString& tag, Sink* wrapped) { VIA("gbr", ViaCSXform, wrapped, rgb_to_gbr(), true); VIA("lite", ViaLite, wrapped); VIA("pipe", ViaPipe, wrapped); - VIA("twice", ViaTwice, wrapped); #ifdef TEST_VIA_SVG VIA("svg", ViaSVG, wrapped); #endif VIA("serialize", ViaSerialization, wrapped); VIA("pic", ViaPicture, wrapped); - VIA("2ndpic", ViaSecondPicture, wrapped); - VIA("sp", ViaSingletonPictures, wrapped); VIA("tiles", ViaTiles, 256, 256, nullptr, wrapped); VIA("tiles_rt", ViaTiles, 256, 256, new SkRTreeFactory, wrapped); -- cgit v1.2.3