| Index: third_party/harfbuzz-ng/src/hb-coretext.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-coretext.cc b/third_party/harfbuzz-ng/src/hb-coretext.cc
|
| index 507581bd7b7dbb783ed30e7e29ce5f28372b94a9..e857dfae03ffc7b389e659d63146001dcd22d5d2 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-coretext.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-coretext.cc
|
| @@ -288,7 +288,9 @@ struct hb_coretext_shaper_shape_plan_data_t {};
|
| hb_coretext_shaper_shape_plan_data_t *
|
| _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
|
| const hb_feature_t *user_features HB_UNUSED,
|
| - unsigned int num_user_features HB_UNUSED)
|
| + unsigned int num_user_features HB_UNUSED,
|
| + const int *coords HB_UNUSED,
|
| + unsigned int num_coords HB_UNUSED)
|
| {
|
| return (hb_coretext_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED;
|
| }
|
| @@ -1280,7 +1282,9 @@ struct hb_coretext_aat_shaper_shape_plan_data_t {};
|
| hb_coretext_aat_shaper_shape_plan_data_t *
|
| _hb_coretext_aat_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
|
| const hb_feature_t *user_features HB_UNUSED,
|
| - unsigned int num_user_features HB_UNUSED)
|
| + unsigned int num_user_features HB_UNUSED,
|
| + const int *coords HB_UNUSED,
|
| + unsigned int num_coords HB_UNUSED)
|
| {
|
| return (hb_coretext_aat_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED;
|
| }
|
|
|