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

Unified Diff: src/pdf/SkPDFImage.h

Issue 944643002: PDF: Now threadsafe! (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: formatting Created 5 years, 10 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
Index: src/pdf/SkPDFImage.h
diff --git a/src/pdf/SkPDFImage.h b/src/pdf/SkPDFImage.h
index 24332cd02df572b09a0137b0d51b1a7cc9062d9b..769e586532a250a41cc517fdb9dac778bfd2d7f7 100644
--- a/src/pdf/SkPDFImage.h
+++ b/src/pdf/SkPDFImage.h
@@ -28,8 +28,10 @@ struct SkIRect;
* into the PDF output stream directly, use that. Otherwise, fall
* back on SkPDFImage::CreateImage.
*/
-SkPDFObject* SkPDFCreateImageObject(
- const SkBitmap&, const SkIRect& subset, SkPicture::EncodeBitmap);
+SkPDFObject* SkPDFCreateImageObject(SkPDFCanon* canon,
+ const SkBitmap&,
+ const SkIRect& subset,
+ SkPicture::EncodeBitmap);
/** \class SkPDFImage

Powered by Google App Engine
This is Rietveld 408576698