From 45561a0b15fe045ba272c328684c3f7ae290785a Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 7 Jul 2016 12:47:17 -0700 Subject: drawTextRSXform BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2130643004 Review-Url: https://codereview.chromium.org/2130643004 --- include/utils/SkLuaCanvas.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/utils/SkLuaCanvas.h') diff --git a/include/utils/SkLuaCanvas.h b/include/utils/SkLuaCanvas.h index 37e82be51d..64f285b26c 100644 --- a/include/utils/SkLuaCanvas.h +++ b/include/utils/SkLuaCanvas.h @@ -37,6 +37,8 @@ protected: SkScalar constY, const SkPaint&) override; virtual void onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, const SkMatrix* matrix, const SkPaint&) override; + void onDrawTextRSXform(const void* text, size_t byteLength, const SkRSXform xform[], + const SkRect* cull, const SkPaint& paint) override; virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, const SkPaint& paint) override; -- cgit v1.2.3