| Index: src/pdf/SkPDFDevice.h
|
| diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
|
| index 138ec19b5938e3edc73a2ba4e2cfdff14a559e62..98be8d7b007f30dbba40cd1d5853e5c2d1f85a9c 100644
|
| --- a/src/pdf/SkPDFDevice.h
|
| +++ b/src/pdf/SkPDFDevice.h
|
| @@ -9,6 +9,7 @@
|
| #define SkPDFDevice_DEFINED
|
|
|
| #include "SkBitmap.h"
|
| +#include "SkBitmapKey.h"
|
| #include "SkCanvas.h"
|
| #include "SkClipStack.h"
|
| #include "SkData.h"
|
| @@ -317,11 +318,11 @@ private:
|
| int getFontResourceIndex(SkTypeface* typeface, uint16_t glyphID);
|
|
|
| void internalDrawPaint(const SkPaint& paint, ContentEntry* contentEntry);
|
| - void internalDrawImage(const SkMatrix& matrix,
|
| +
|
| + void internalDrawImage(const SkMatrix& origMatrix,
|
| const SkClipStack* clipStack,
|
| - const SkRegion& clipRegion,
|
| - const SkImage* image,
|
| - const SkIRect* srcRect,
|
| + const SkRegion& origClipRegion,
|
| + SkImageBitmap imageBitmap,
|
| const SkPaint& paint);
|
|
|
| /** Helper method for copyContentToData. It is responsible for copying the
|
|
|