[repacker] Make actuate_subtable_split internal.

This commit is contained in:
Garret Rieger 2022-08-08 17:07:14 +00:00
parent fe15f2559f
commit fa46dbca9d
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
namespace graph {
template<typename Context>
HB_INTERNAL
hb_vector_t<unsigned> actuate_subtable_split (Context& split_context,
const hb_vector_t<unsigned>& split_points)
{