Index: third_party/harfbuzz-ng/src/hb-buffer-private.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-buffer-private.hh b/third_party/harfbuzz-ng/src/hb-buffer-private.hh |
index 9aa5e7d7e1f737352daec512d2b454de2b448697..7fed7386b0e9cda8b77f83825ece679b8659d89b 100644 |
--- a/third_party/harfbuzz-ng/src/hb-buffer-private.hh |
+++ b/third_party/harfbuzz-ng/src/hb-buffer-private.hh |
@@ -201,6 +201,8 @@ struct hb_buffer_t { |
HB_INTERNAL scratch_buffer_t *get_scratch_buffer (unsigned int *size); |
inline void clear_context (unsigned int side) { context_len[side] = 0; } |
+ |
+ HB_INTERNAL void sort (unsigned int start, unsigned int end, int(*compar)(const hb_glyph_info_t *, const hb_glyph_info_t *)); |
}; |