| Index: third_party/harfbuzz-ng/src/hb-shape-plan-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh b/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh
|
| index 607da5e7791dcb45e570e0aad4f316b4afd20559..aa0413a272d3681ff2c62d6547de9db1c6de9e28 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh
|
| @@ -47,12 +47,17 @@ struct hb_shape_plan_t
|
| hb_feature_t *user_features;
|
| unsigned int num_user_features;
|
|
|
| + int *coords;
|
| + unsigned int num_coords;
|
| +
|
| struct hb_shaper_data_t shaper_data;
|
| };
|
|
|
| #define HB_SHAPER_DATA_CREATE_FUNC_EXTRA_ARGS \
|
| - , const hb_feature_t *user_features \
|
| - , unsigned int num_user_features
|
| + , const hb_feature_t *user_features \
|
| + , unsigned int num_user_features \
|
| + , const int *coords \
|
| + , unsigned int num_coords
|
| #define HB_SHAPER_IMPLEMENT(shaper) HB_SHAPER_DATA_PROTOTYPE(shaper, shape_plan);
|
| #include "hb-shaper-list.hh"
|
| #undef HB_SHAPER_IMPLEMENT
|
|
|