| Index: src/core/SkGlyph.h
|
| diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h
|
| index 649fa7dd5db658809fed657096ff11d1ab18145e..73afb132d64910306bf0297c1cb5d28fec1145aa 100644
|
| --- a/src/core/SkGlyph.h
|
| +++ b/src/core/SkGlyph.h
|
| @@ -29,6 +29,7 @@ struct SkGlyph {
|
| uint16_t fWidth, fHeight;
|
| int16_t fTop, fLeft;
|
|
|
| + void* fDistanceField;
|
| uint8_t fMaskFormat;
|
| int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
|
|
|
| @@ -36,6 +37,7 @@ struct SkGlyph {
|
| fID = id;
|
| fImage = NULL;
|
| fPath = NULL;
|
| + fDistanceField = NULL;
|
| fMaskFormat = MASK_FORMAT_UNKNOWN;
|
| }
|
|
|
|
|