aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h2
1 files changed, 1 insertions, 1 deletions
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<SkTypeface> fTypeface;
sk_sp<SkPathEffect> fPathEffect;