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

Unified Diff: third_party/harfbuzz-ng/src/hb-shaper-impl-private.hh

Issue 10915172: harfbuzz-ng roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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-shaper.cc ('k') | third_party/harfbuzz-ng/src/hb-shaper-list.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-shaper.cc ('k') | third_party/harfbuzz-ng/src/hb-shaper-list.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698