| Index: src/utils/SkPDFRasterizer.h
|
| diff --git a/src/utils/SkPDFRasterizer.h b/src/utils/SkPDFRasterizer.h
|
| index 82ec09233ff879bb3465d7d22daa3a2728730698..36bd086c744cfd33a1a6013926d085015078c1cb 100644
|
| --- a/src/utils/SkPDFRasterizer.h
|
| +++ b/src/utils/SkPDFRasterizer.h
|
| @@ -11,10 +11,12 @@
|
| #include "SkStream.h"
|
|
|
| #ifdef SK_BUILD_POPPLER
|
| +// Deletes pdf when finished.
|
| bool SkPopplerRasterizePDF(SkStream* pdf, SkBitmap* output);
|
| #endif // SK_BUILD_POPPLER
|
|
|
| #ifdef SK_BUILD_NATIVE_PDF_RENDERER
|
| +// Deletes pdf when finished.
|
| bool SkNativeRasterizePDF(SkStream* pdf, SkBitmap* output);
|
| #endif // SK_BUILD_NATIVE_PDF_RENDERER
|
|
|
|
|