Index: src/utils/SkLuaCanvas.cpp |
diff --git a/src/utils/SkLuaCanvas.cpp b/src/utils/SkLuaCanvas.cpp |
index 0903ee8c89a706ecec8d872a05ade62fc3c2fc3f..18e6f139d11a77e359107ad248a12d60dbb31142 100644 |
--- a/src/utils/SkLuaCanvas.cpp |
+++ b/src/utils/SkLuaCanvas.cpp |
@@ -268,6 +268,12 @@ void SkLuaCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const Sk |
lua.pushPaint(paint, "paint"); |
} |
+void SkLuaCanvas::onDrawTextBlob(const SkTextBlob* blob, const SkPoint& offset, |
+ const SkPaint& paint) { |
+ AUTO_LUA("drawTextBlob"); |
+ // FIXME: impl |
+} |
+ |
void SkLuaCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, |
const SkPaint* paint) { |
AUTO_LUA("drawPicture"); |