| Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| index 577d790c783e86b14fb233915cd91460aa4c19ac..bb68622e2a7d13589131cf3a5753d780933752ab 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
|
| @@ -521,6 +521,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old =
|
| NULL, /* decompose */
|
| NULL, /* compose */
|
| NULL, /* setup_masks */
|
| + NULL, /* disable_otl */
|
| HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE,
|
| true, /* fallback_position */
|
| };
|
| @@ -538,6 +539,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar =
|
| NULL, /* decompose */
|
| NULL, /* compose */
|
| setup_masks_myanmar,
|
| + NULL, /* disable_otl */
|
| HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_EARLY,
|
| false, /* fallback_position */
|
| };
|
|
|