Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: third_party/harfbuzz-ng/src/hb-ot-font.h

Issue 396393005: Roll HarfBuzz to 0.9.32 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for include order presubmit issue Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-cmap-table.hh ('k') | third_party/harfbuzz-ng/src/hb-ot-font.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-cmap-table.hh ('k') | third_party/harfbuzz-ng/src/hb-ot-font.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698