aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf
diff options
context:
space:
mode:
authorGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-24 23:13:47 +0000
committerGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-24 23:13:47 +0000
commit0f1c95cd67a056cff9c9cd31fa51d9de9392142e (patch)
treeadc2b9fa11a31dde83b64cb8661ff4cb083a68a6 /src/pdf
parentae8a2e5cba553267b189b8b5cae40330c4ff5bdb (diff)
Add a zlib target that the pdf target can depend on.
- make drawTextOnPath (now used by shadertext) a non fatal NOT_IMPLEMENTED on PDF. Review URL: http://codereview.appspot.com/4631071 git-svn-id: http://skia.googlecode.com/svn/trunk@1722 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/pdf')
-rw-r--r--src/pdf/SkPDFDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp
index 8ead3c8487..bd944710e8 100644
--- a/src/pdf/SkPDFDevice.cpp
+++ b/src/pdf/SkPDFDevice.cpp
@@ -926,7 +926,7 @@ void SkPDFDevice::drawTextOnPath(const SkDraw& d, const void* text, size_t len,
if (d.fClip->isEmpty()) {
return;
}
- NOT_IMPLEMENTED("drawTextOnPath", true);
+ NOT_IMPLEMENTED("drawTextOnPath", false);
}
void SkPDFDevice::drawVertices(const SkDraw& d, SkCanvas::VertexMode,