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

Unified Diff: gm/gmmain.cpp

Issue 26269002: Initial draft code to run pdfviewer withg gms (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: use a variable instead of commenting the dsefine, so we can enable it on a buildbot Created 7 years, 1 month 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 | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/gmmain.cpp
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index 92c70b584289046492e0267ade0cba004cc87043..19a6d7bbf51f7b4a302abe39a6ab1cade602d2f4 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -1321,6 +1321,9 @@ static const PDFRasterizerData kPDFRasterizers[] = {
#ifdef SK_BUILD_POPPLER
{ &SkPopplerRasterizePDF, "poppler", true },
#endif
+#ifdef SK_BUILD_NATIVE_PDF_RENDERER
+ { &SkNativeRasterizePDF, "native", true },
+#endif // SK_BUILD_NATIVE_PDF_RENDERER
};
static const char kDefaultsConfigStr[] = "defaults";
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698