| Index: third_party/harfbuzz-ng/src/hb-ot-font.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot.h b/third_party/harfbuzz-ng/src/hb-ot-font.h
|
| similarity index 82%
|
| copy from third_party/harfbuzz-ng/src/hb-ot.h
|
| copy to third_party/harfbuzz-ng/src/hb-ot-font.h
|
| index e9a280b7ddae320d6ee979bffc6bd9dc8976957c..7a8c04ac33d5cf400cb8660b3ccf566e7fab2abe 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot.h
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-font.h
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright © 2009 Red Hat, Inc.
|
| + * Copyright © 2014 Google, Inc.
|
| *
|
| * This is part of HarfBuzz, a text shaping library.
|
| *
|
| @@ -21,22 +21,21 @@
|
| * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
|
| * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
| *
|
| - * Red Hat Author(s): Behdad Esfahbod
|
| + * Google Author(s): Behdad Esfahbod, Roozbeh Pournader
|
| */
|
|
|
| -#ifndef HB_OT_H
|
| -#define HB_OT_H
|
| -#define HB_OT_H_IN
|
| +#ifndef HB_OT_FONT_H
|
| +#define HB_OT_FONT_H
|
|
|
| #include "hb.h"
|
|
|
| -#include "hb-ot-layout.h"
|
| -#include "hb-ot-tag.h"
|
| -#include "hb-ot-shape.h"
|
| -
|
| HB_BEGIN_DECLS
|
|
|
| +
|
| +void
|
| +hb_ot_font_set_funcs (hb_font_t *font);
|
| +
|
| +
|
| HB_END_DECLS
|
|
|
| -#undef HB_OT_H_IN
|
| -#endif /* HB_OT_H */
|
| +#endif /* HB_OT_FONT_H */
|
|
|