| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index 07e594b25d9f09f5575ad21837f51953a7d8a4a5..97b6eb8f6ab8d3d9f9a69cf75d9f5c3e0211ede6 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -850,8 +850,7 @@ static Sink* create_sink(const SkCommandLineConfig* config) {
|
| SINK("8888", RasterSink, kN32_SkColorType);
|
| SINK("srgb", RasterSink, kN32_SkColorType, kSRGB_SkColorProfileType);
|
| SINK("f16", RasterSink, kRGBA_F16_SkColorType);
|
| - SINK("pdf", PDFSink, "Pdfium");
|
| - SINK("pdf_poppler", PDFSink, "Poppler");
|
| + SINK("pdf", PDFSink);
|
| SINK("skp", SKPSink);
|
| SINK("svg", SVGSink);
|
| SINK("null", NullSink);
|
|
|