Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: dm/DM.cpp

Issue 963953002: XPS, DM: add SkDocument::CreateXPS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix conics Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dm/DMSrcSink.h » ('j') | include/core/SkDocument.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 1c6d3222c2c32d2f93e8bf86c9828ac55643cf2c..f31f1ea2f5f66dcc1711e363a085606e04e2cf7c 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -236,6 +236,9 @@ static Sink* create_sink(const char* tag) {
SINK("skp", SKPSink);
SINK("svg", SVGSink);
SINK("null", NullSink);
+#ifdef SK_SUPPORT_XPS
+ SINK("xps", XPSSink);
+#endif
}
#undef SINK
return NULL;
« no previous file with comments | « no previous file | dm/DMSrcSink.h » ('j') | include/core/SkDocument.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698