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

Unified Diff: third_party/freetype/src/sfnt/ttsbit.h

Issue 815103002: Update freetype to 2.5.4. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Adjust GYP and GN Created 6 years 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/freetype/src/sfnt/ttpost.c ('k') | third_party/freetype/src/sfnt/ttsbit.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/src/sfnt/ttsbit.h
diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ttsbit.h b/third_party/freetype/src/sfnt/ttsbit.h
similarity index 95%
rename from core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ttsbit.h
rename to third_party/freetype/src/sfnt/ttsbit.h
index 93096d8c1ee3b0e26ef4458a6f3635f4f6bc820f..695d0d8d02edbdbccc55c0a196219289c9774ba5 100644
--- a/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ttsbit.h
+++ b/third_party/freetype/src/sfnt/ttsbit.h
@@ -20,7 +20,7 @@
#define __TTSBIT_H__
-#include "../../include/ft2build.h"
+#include <ft2build.h>
#include "ttload.h"
@@ -28,11 +28,11 @@ FT_BEGIN_HEADER
FT_LOCAL( FT_Error )
- tt_face_load_eblc( TT_Face face,
+ tt_face_load_sbit( TT_Face face,
FT_Stream stream );
FT_LOCAL( void )
- tt_face_free_eblc( TT_Face face );
+ tt_face_free_sbit( TT_Face face );
FT_LOCAL( FT_Error )
« no previous file with comments | « third_party/freetype/src/sfnt/ttpost.c ('k') | third_party/freetype/src/sfnt/ttsbit.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698