| Index: src/pdf/SkPDFBitmap.h
|
| diff --git a/src/pdf/SkPDFBitmap.h b/src/pdf/SkPDFBitmap.h
|
| index d93133143118a66fa13f34799e782764d18b8257..deab0a20713007c93ca1408599c7e0a47efdb361 100644
|
| --- a/src/pdf/SkPDFBitmap.h
|
| +++ b/src/pdf/SkPDFBitmap.h
|
| @@ -16,6 +16,7 @@ class SkImage;
|
| * It is designed to use a minimal amout of memory, aside from refing
|
| * the image, and its emitObject() does not cache any data.
|
| */
|
| -SkPDFObject* SkPDFCreateBitmapObject(const SkImage*);
|
| +SkPDFObject* SkPDFCreateBitmapObject(const SkImage*,
|
| + SkData* (*dctEncoder)(const SkPixmap&));
|
|
|
| #endif // SkPDFBitmap_DEFINED
|
|
|