Chromium Code Reviews| Index: src/utils/SkPDFRasterizer.h |
| =================================================================== |
| --- src/utils/SkPDFRasterizer.h (revision 14665) |
| +++ src/utils/SkPDFRasterizer.h (working copy) |
| @@ -18,4 +18,6 @@ |
| bool SkNativeRasterizePDF(SkStream* pdf, SkBitmap* output); |
| #endif // SK_BUILD_NATIVE_PDF_RENDERER |
| +static bool SkNoRasterizePDF(SkStream*, SkBitmap*) { return false; } |
|
epoger
2014/05/09 14:35:30
Maybe put this in gmmain.cpp instead? (Nobody els
bungeman-skia
2014/05/09 14:56:15
Done. I suppose I put it here on the idea that thi
|
| + |
| #endif |