| Index: third_party/harfbuzz-ng/src/hb-ot-layout-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh b/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh
|
| index 778b2c442b0158d106a06c3a31e3abec334e76e6..a4272de631c94e6d438513f5910edd20da0921d1 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh
|
| @@ -124,6 +124,7 @@ namespace OT {
|
| struct GDEF;
|
| struct GSUB;
|
| struct GPOS;
|
| + struct MATH;
|
| }
|
|
|
| struct hb_ot_layout_lookup_accelerator_t
|
| @@ -152,10 +153,12 @@ struct hb_ot_layout_t
|
| hb_blob_t *gdef_blob;
|
| hb_blob_t *gsub_blob;
|
| hb_blob_t *gpos_blob;
|
| + hb_blob_t *math_blob;
|
|
|
| const struct OT::GDEF *gdef;
|
| const struct OT::GSUB *gsub;
|
| const struct OT::GPOS *gpos;
|
| + const struct OT::MATH *math;
|
|
|
| unsigned int gsub_lookup_count;
|
| unsigned int gpos_lookup_count;
|
|
|