aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFDevice.h
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-02-22 15:55:06 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-22 23:23:09 +0000
commit9cd21683cae5c575be102f072d2718bab37eac9c (patch)
tree515fd9267a033df299cf03e3956146a554e96804 /src/pdf/SkPDFDevice.h
parenta41c2aa338713b1f18821a90dbca46b4c61c6c66 (diff)
SkPDF: stop using RasterClip for drawAnnotation()
Change-Id: Idc3a4151f1b6bd3cb11b59e39ddb1458af385035 Reviewed-on: https://skia-review.googlesource.com/8891 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'src/pdf/SkPDFDevice.h')
-rw-r--r--src/pdf/SkPDFDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
index 14e4db66ec..1fa48daf60 100644
--- a/src/pdf/SkPDFDevice.h
+++ b/src/pdf/SkPDFDevice.h
@@ -290,7 +290,7 @@ private:
const SkPaint& paint, bool pathIsMutable,
const SkMatrix* prePathMatrix = nullptr);
void handlePointAnnotation(const SkPoint&, const SkMatrix&, const char key[], SkData* value);
- void handlePathAnnotation(const SkPath&, const SkDraw& d, const char key[], SkData* value);
+ void handleRectAnnotation(const SkRect&, const SkDraw& d, const char key[], SkData* value);
typedef SkClipStackDevice INHERITED;