Index: third_party/harfbuzz-ng/src/hb-shaper-impl-private.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-graphite2-private.hh b/third_party/harfbuzz-ng/src/hb-shaper-impl-private.hh |
similarity index 77% |
copy from third_party/harfbuzz-ng/src/hb-graphite2-private.hh |
copy to third_party/harfbuzz-ng/src/hb-shaper-impl-private.hh |
index 644ea7565eebe12dec456b9bc6b89850436a1b76..7844081e95be7cdb6e48c9ccf28edbab806129ba 100644 |
--- a/third_party/harfbuzz-ng/src/hb-graphite2-private.hh |
+++ b/third_party/harfbuzz-ng/src/hb-shaper-impl-private.hh |
@@ -24,19 +24,20 @@ |
* Google Author(s): Behdad Esfahbod |
*/ |
-#ifndef HB_GRAPHITE2_PRIVATE_HH |
-#define HB_GRAPHITE2_PRIVATE_HH |
+#ifndef HB_SHAPER_IMPL_PRIVATE_HH |
+#define HB_SHAPER_IMPL_PRIVATE_HH |
#include "hb-private.hh" |
-#include "hb-graphite2.h" |
+#include "hb-shaper-private.hh" |
+#include "hb-shape-plan-private.hh" |
+#include "hb-font-private.hh" |
+#include "hb-buffer-private.hh" |
-HB_INTERNAL hb_bool_t |
-_hb_graphite2_shape (hb_font_t *font, |
- hb_buffer_t *buffer, |
- const hb_feature_t *features, |
- unsigned int num_features); |
+#ifdef HB_SHAPER |
+#define HB_SHAPER_DATA_GET(object) HB_SHAPER_DATA (HB_SHAPER, object) |
+#endif |
-#endif /* HB_GRAPHITE2_PRIVATE_HH */ |
+#endif /* HB_SHAPER_IMPL_PRIVATE_HH */ |