Index: third_party/harfbuzz-ng/src/hb-ot.h |
diff --git a/third_party/harfbuzz-ng/src/hb-ot.h b/third_party/harfbuzz-ng/src/hb-ot.h |
index fd6dd58e78d1553e4e4de6c07f291a1fe188483c..2d750c37d6522265586ffa819b997ee096b23528 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot.h |
+++ b/third_party/harfbuzz-ng/src/hb-ot.h |
@@ -26,14 +26,23 @@ |
#ifndef HB_OT_H |
#define HB_OT_H |
+#define HB_OT_H_IN |
#include "hb.h" |
#include "hb-ot-layout.h" |
-#include "hb-ot-shape.h" |
#include "hb-ot-tag.h" |
HB_BEGIN_DECLS |
+ |
+void |
+hb_ot_shape_glyphs_closure (hb_font_t *font, |
+ hb_buffer_t *buffer, |
+ const hb_feature_t *features, |
+ unsigned int num_features, |
+ hb_set_t *glyphs); |
+ |
HB_END_DECLS |
+#undef HB_OT_H_IN |
#endif /* HB_OT_H */ |