From 4014ba6ec7a7825495ac0a6ed591c5dadd30751d Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Tue, 24 Jul 2018 11:33:21 -0400 Subject: SkUtils: remove some versions of UTF routines. Change-Id: Ib1f776ae472117c23d2145253adf25fceb412b32 Reviewed-on: https://skia-review.googlesource.com/143111 Reviewed-by: Herb Derby Commit-Queue: Hal Canary --- include/core/SkPaint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 0664cdd360..d7ec9bbea8 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -1455,7 +1455,7 @@ public: Style style) const; private: - typedef const SkGlyph& (*GlyphCacheProc)(SkGlyphCache*, const char**); + typedef const SkGlyph& (*GlyphCacheProc)(SkGlyphCache*, const char**, const char*); sk_sp fTypeface; sk_sp fPathEffect; -- cgit v1.2.3