| Index: include/pdf/SkPDFDevice.h
|
| diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
|
| index cb17134aaa387182dcd08a0b4a97e8eb43fbcd93..b781978d1710d54252e79a099c95bc50eeff7036 100644
|
| --- a/include/pdf/SkPDFDevice.h
|
| +++ b/include/pdf/SkPDFDevice.h
|
| @@ -293,6 +293,8 @@ private:
|
| */
|
| void copyContentEntriesToData(ContentEntry* entry, SkWStream* data) const;
|
|
|
| + bool handleInversePath(const SkDraw& d, const SkPath& origPath,
|
| + const SkPaint& paint, bool pathIsMutable);
|
| bool handleRectAnnotation(const SkRect& r, const SkMatrix& matrix,
|
| const SkPaint& paint);
|
| bool handlePointAnnotation(const SkPoint* points, size_t count,
|
|
|