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

Unified Diff: dm/DM.cpp

Issue 1916093002: SkDocument/PDF: new API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-04-26 (Tuesday) 15:55:33 EDT Created 4 years, 8 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 | « bench/PDFBench.cpp ('k') | dm/DMSrcSink.h » ('j') | no next file with comments »
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 e77c99c3042740aef3c304024ce0b1c18b8ee14c..d88a12669677d0aacba90106e06e45bb68bfa5c6 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -865,6 +865,7 @@ static Sink* create_sink(const SkCommandLineConfig* config) {
SINK("svg", SVGSink);
SINK("null", NullSink);
SINK("xps", XPSSink);
+ SINK("pdfa", PDFSink, true);
}
#undef SINK
return nullptr;
« no previous file with comments | « bench/PDFBench.cpp ('k') | dm/DMSrcSink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698