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

Side by Side Diff: third_party/harfbuzz/contrib/harfbuzz-freetype.h

Issue 12413010: Remove unused harfbuzz. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/harfbuzz/contrib/README ('k') | third_party/harfbuzz/contrib/harfbuzz-freetype.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef HB_FREETYPE_H_
2 #define HB_FREETYPE_H_
3
4 extern const HB_FontClass hb_freetype_class;
5
6 HB_Error hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag,
7 HB_Byte *buffer, HB_UInt *len);
8
9 #endif // HB_FREETYPE_H_
OLDNEW
« no previous file with comments | « third_party/harfbuzz/contrib/README ('k') | third_party/harfbuzz/contrib/harfbuzz-freetype.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698