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

Unified Diff: gm/gmmain.cpp

Issue 299663006: Remove pdfviewer. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove comment Created 6 years, 7 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 | « experimental/PdfViewer/src/SkTDStackNester.h ('k') | gyp/SampleApp.gyp » ('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 5c91204dfdc484bcc18a4924263d9fd2e7f3594a..4d3e34dd4c0e40963965d04e6a23e48e1603c31d 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -1333,9 +1333,6 @@ 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
// The following exists so that this array is never zero length.
{ &SkNoRasterizePDF, "none", false},
};
« no previous file with comments | « experimental/PdfViewer/src/SkTDStackNester.h ('k') | gyp/SampleApp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698