| 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 30a53c7e35d9271878cb5396653842732565636d..00368d8e47406418c97db3df8e5b336b82b616dd 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
|
| @@ -455,12 +455,12 @@ insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
|
| {
|
| last_syllable = syllable;
|
|
|
| - hb_glyph_info_t info = dottedcircle;
|
| - info.cluster = buffer->cur().cluster;
|
| - info.mask = buffer->cur().mask;
|
| - info.syllable() = buffer->cur().syllable();
|
| + hb_glyph_info_t ginfo = dottedcircle;
|
| + ginfo.cluster = buffer->cur().cluster;
|
| + ginfo.mask = buffer->cur().mask;
|
| + ginfo.syllable() = buffer->cur().syllable();
|
|
|
| - buffer->output_info (info);
|
| + buffer->output_info (ginfo);
|
| }
|
| else
|
| buffer->next_glyph ();
|
| @@ -507,6 +507,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old =
|
| NULL, /* data_create */
|
| NULL, /* data_destroy */
|
| NULL, /* preprocess_text */
|
| + NULL, /* postprocess_glyphs */
|
| HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT,
|
| NULL, /* decompose */
|
| NULL, /* compose */
|
| @@ -523,6 +524,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar =
|
| NULL, /* data_create */
|
| NULL, /* data_destroy */
|
| NULL, /* preprocess_text */
|
| + NULL, /* postprocess_glyphs */
|
| HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT,
|
| NULL, /* decompose */
|
| NULL, /* compose */
|
|
|