diff options
Diffstat (limited to 'src/pdf')
-rw-r--r-- | src/pdf/SkPDFDevice.cpp | 2 |
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, |