| Index: third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh b/third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh
|
| index 367db95574cf342d790b91b819e84526f7d86808..02d0d0f87c7120f69fc32859faf9a23634f7228b 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh
|
| @@ -377,7 +377,7 @@ struct FeatureParamsStylisticSet
|
| return TRACE_RETURN (c->check_struct (this));
|
| }
|
|
|
| - USHORT minorVersion; /* (set to 0): This corresponds to a “minor”
|
| + USHORT version; /* (set to 0): This corresponds to a “minor”
|
| * version number. Additional data may be
|
| * added to the end of this Feature Parameters
|
| * table in the future. */
|
| @@ -400,6 +400,7 @@ struct FeatureParamsStylisticSet
|
| DEFINE_SIZE_STATIC (4);
|
| };
|
|
|
| +/* http://www.microsoft.com/typography/otspec/features_ae.htm#cv01-cv99 */
|
| struct FeatureParamsCharacterVariants
|
| {
|
| inline bool sanitize (hb_sanitize_context_t *c) {
|
|
|