Index: third_party/harfbuzz-ng/src/hb-ot-map-private.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-map-private.hh b/third_party/harfbuzz-ng/src/hb-ot-map-private.hh |
index 710cc0af43a5895261edcd01640b5ec6a7242bcd..3811206d9a5150f8848f669a43d40439e30ae4c3 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-map-private.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-map-private.hh |
@@ -69,6 +69,10 @@ struct hb_ot_map_t |
inline void position (hb_font_t *font, hb_buffer_t *buffer) const |
{ apply (1, (hb_ot_map_t::apply_lookup_func_t) hb_ot_layout_position_lookup, font, buffer); } |
+ HB_INTERNAL void substitute_closure (hb_face_t *face, |
+ hb_set_t *glyphs) const; |
+ |
+ |
inline void finish (void) { |
features.finish (); |
lookups[0].finish (); |