Index: src/utils/SkDumpCanvas.cpp |
diff --git a/src/utils/SkDumpCanvas.cpp b/src/utils/SkDumpCanvas.cpp |
index 661f0d8860fc40c8a37c3e1ff84e30e6bf4f5383..795f7cd18b8715cbe846c671df3d018a76b67045 100644 |
--- a/src/utils/SkDumpCanvas.cpp |
+++ b/src/utils/SkDumpCanvas.cpp |
@@ -422,6 +422,10 @@ void SkDumpCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const S |
this->dump(kDrawText_Verb, &paint, "drawTextOnPath(%s [%d])", |
str.c_str(), byteLength); |
} |
+void SkDumpCanvas::onDrawTextBlob(const SkTextBlob* blob, const SkPoint& offset, |
+ const SkPaint& paint) { |
+ // FIXME: impl |
+} |
void SkDumpCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, |
const SkPaint* paint) { |