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

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

Issue 10510004: Roll harfbuzz-ng 3b8fd9c48f4bde368bf2d465c148b9743a9216ee (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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-unicode-private.hh ('k') | third_party/harfbuzz-ng/src/hb-uniscribe.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-uniscribe.h
diff --git a/third_party/harfbuzz-ng/src/hb-uniscribe.h b/third_party/harfbuzz-ng/src/hb-uniscribe.h
index dbcacd7f7d6996378c155a00f2b5ac86db0b80a2..216610ebd885b582bbcdcc52cb8c59e2e7c37454 100644
--- a/third_party/harfbuzz-ng/src/hb-uniscribe.h
+++ b/third_party/harfbuzz-ng/src/hb-uniscribe.h
@@ -27,8 +27,7 @@
#ifndef HB_UNISCRIBE_H
#define HB_UNISCRIBE_H
-#include "hb-common.h"
-#include "hb-shape.h"
+#include "hb.h"
#define _WIN32_WINNT 0x0500
#include <windows.h>
@@ -36,13 +35,6 @@
HB_BEGIN_DECLS
-hb_bool_t
-hb_uniscribe_shape (hb_font_t *font,
- hb_buffer_t *buffer,
- const hb_feature_t *features,
- unsigned int num_features,
- const char * const *shaper_options);
-
LOGFONTW *
hb_uniscribe_font_get_logfontw (hb_font_t *font);
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-unicode-private.hh ('k') | third_party/harfbuzz-ng/src/hb-uniscribe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698