diff options
Diffstat (limited to 'src/doc/SkDocument_PDF_None.cpp')
-rw-r--r-- | src/doc/SkDocument_PDF_None.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/SkDocument_PDF_None.cpp b/src/doc/SkDocument_PDF_None.cpp index 4759acf2a0..f146cba018 100644 --- a/src/doc/SkDocument_PDF_None.cpp +++ b/src/doc/SkDocument_PDF_None.cpp @@ -5,5 +5,5 @@ * found in the LICENSE file. */ #include "SkDocument.h" -SkDocument* SkDocument::CreatePDF(SkWStream*, SkScalar) { return NULL; } -SkDocument* SkDocument::CreatePDF(const char path[], SkScalar) { return NULL; } +SkDocument* SkDocument::CreatePDF(SkWStream*, SkScalar) { return nullptr; } +SkDocument* SkDocument::CreatePDF(const char path[], SkScalar) { return nullptr; } |