| Index: src/pdf/SkPDFDevice.h
|
| diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
|
| index 18be58de437ada291cd853a488c5dd7a89874c31..e8c287c5fb6b4973d888c1963e9f78798ff01d44 100644
|
| --- a/src/pdf/SkPDFDevice.h
|
| +++ b/src/pdf/SkPDFDevice.h
|
| @@ -293,17 +293,9 @@ private:
|
| bool handleInversePath(const SkDraw& d, const SkPath& origPath,
|
| const SkPaint& paint, bool pathIsMutable,
|
| const SkMatrix* prePathMatrix = NULL);
|
| - bool handleRectAnnotation(const SkRect& r, const SkMatrix& matrix,
|
| - const SkPaint& paint);
|
| bool handlePointAnnotation(const SkPoint* points, size_t count,
|
| - const SkMatrix& matrix, const SkPaint& paint);
|
| + const SkMatrix& matrix, SkAnnotation* annot);
|
| void addAnnotation(SkPDFDict*);
|
| - void handleLinkToURL(SkData* urlData, const SkRect& r,
|
| - const SkMatrix& matrix);
|
| - void handleLinkToNamedDest(SkData* nameData, const SkRect& r,
|
| - const SkMatrix& matrix);
|
| - void defineNamedDestination(SkData* nameData, const SkPoint& point,
|
| - const SkMatrix& matrix);
|
|
|
| typedef SkBaseDevice INHERITED;
|
|
|
|
|