Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index 6dc7e668e20c2ff059cc8ff52e1f1c03e961128f..18bdb8acb5b0316d43d17b5e3fc7847ec6f1c66b 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -221,7 +221,8 @@ static Sink* create_sink(const char* tag) { |
SINK("8888", RasterSink, kN32_SkColorType); |
SINK("pdf", PDFSink); |
SINK("skp", SKPSink); |
- SINK("null", NullSink); |
+ SINK("svg", SVGSink); |
+ SINK("null", NullSink); |
} |
#undef SINK |
return NULL; |