| Index: third_party/harfbuzz-ng/src/hb-graphite2.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-graphite2.cc b/third_party/harfbuzz-ng/src/hb-graphite2.cc
|
| index c32318d27990a8b62f11924435ed99a6a7943bea..a2d90db878f532dd2bc4b51d7eb9e99536f8279c 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-graphite2.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-graphite2.cc
|
| @@ -195,7 +195,9 @@ struct hb_graphite2_shaper_shape_plan_data_t {};
|
| hb_graphite2_shaper_shape_plan_data_t *
|
| _hb_graphite2_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_graphite2_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED;
|
| }
|
|
|