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

Unified Diff: src/pdf/SkDocument_PDF_None.cpp

Issue 1929593002: SkPDF/None: fix compilation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkDocument_PDF_None.cpp
diff --git a/src/pdf/SkDocument_PDF_None.cpp b/src/pdf/SkDocument_PDF_None.cpp
index 61c41b75935bb3178814b91ff25a32644c2e87ad..0e3ad8a01444c383fc10a978cb4a83945c10e9d7 100644
--- a/src/pdf/SkDocument_PDF_None.cpp
+++ b/src/pdf/SkDocument_PDF_None.cpp
@@ -8,7 +8,7 @@
sk_sp<SkDocument> SkDocument::MakePDF(SkWStream*,
SkScalar,
const SkDocument::PDFMetadata&,
- SkPixelSerializer*,
+ sk_sp<SkPixelSerializer>,
bool) {
return nullptr;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698