| Index: include/core/SkPaint.h
|
| diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
|
| index c0f1f3eec893179d3f9b44a5ed822c12cc3cdfc4..caa185608af38817de460704eadf79edca10c6ad 100644
|
| --- a/include/core/SkPaint.h
|
| +++ b/include/core/SkPaint.h
|
| @@ -1085,7 +1085,9 @@ private:
|
| uint32_t fBitfieldsUInt;
|
| };
|
|
|
| - GlyphCacheProc getGlyphCacheProc(bool needFullMetrics) const;
|
| + static GlyphCacheProc GetGlyphCacheProc(TextEncoding encoding,
|
| + bool isDevKern,
|
| + bool needFullMetrics);
|
|
|
| SkScalar measure_text(SkGlyphCache*, const char* text, size_t length,
|
| int* count, SkRect* bounds) const;
|
|
|