| Index: src/utils/SkPDFRasterizer.cpp
|
| diff --git a/src/utils/SkPDFRasterizer.cpp b/src/utils/SkPDFRasterizer.cpp
|
| index 66634804bc6aa2371ecf983eae50fb8a16c5d5d8..e4f18c173f734bed13b5fda1f59cef0388ab393d 100644
|
| --- a/src/utils/SkPDFRasterizer.cpp
|
| +++ b/src/utils/SkPDFRasterizer.cpp
|
| @@ -14,10 +14,6 @@
|
| #include "SkPDFRasterizer.h"
|
| #include "SkColorPriv.h"
|
|
|
| -#ifdef SK_BUILD_NATIVE_PDF_RENDERER
|
| -#include "SkPdfRenderer.h"
|
| -#endif // SK_BUILD_NATIVE_PDF_RENDERER
|
| -
|
| #ifdef SK_BUILD_POPPLER
|
| #include <poppler-document.h>
|
| #include <poppler-image.h>
|
| @@ -78,9 +74,3 @@ bool SkPopplerRasterizePDF(SkStream* pdf, SkBitmap* output) {
|
| return true;
|
| }
|
| #endif // SK_BUILD_POPPLER
|
| -
|
| -#ifdef SK_BUILD_NATIVE_PDF_RENDERER
|
| -bool SkNativeRasterizePDF(SkStream* pdf, SkBitmap* output) {
|
| - return SkPDFNativeRenderToBitmap(pdf, output);
|
| -}
|
| -#endif // SK_BUILD_NATIVE_PDF_RENDERER
|
|
|