| 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 adb1576a0dfd82c0c2afdbe70c79e6c0b75fd0f8..607da5e7791dcb45e570e0aad4f316b4afd20559 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-shape-plan-private.hh
|
| @@ -28,7 +28,6 @@
|
| #define HB_SHAPE_PLAN_PRIVATE_HH
|
|
|
| #include "hb-private.hh"
|
| -#include "hb-shape-plan.h"
|
| #include "hb-object-private.hh"
|
| #include "hb-shaper-private.hh"
|
|
|
| @@ -45,6 +44,9 @@ struct hb_shape_plan_t
|
| hb_shape_func_t *shaper_func;
|
| const char *shaper_name;
|
|
|
| + hb_feature_t *user_features;
|
| + unsigned int num_user_features;
|
| +
|
| struct hb_shaper_data_t shaper_data;
|
| };
|
|
|
|
|