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

Unified Diff: third_party/freetype/src/base/md5.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/base/ftxf86.c ('k') | third_party/freetype/src/base/md5.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/src/base/md5.h
diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/base/md5.h b/third_party/freetype/src/base/md5.h
similarity index 94%
rename from core/src/fxge/fx_freetype/fxft2.5.01/src/base/md5.h
rename to third_party/freetype/src/base/md5.h
index f1a68576401ef9e8cd633e0053dce51af53eaf25..2da44bf355a3a00b5abd283792e53efad339b1f3 100644
--- a/core/src/fxge/fx_freetype/fxft2.5.01/src/base/md5.h
+++ b/third_party/freetype/src/base/md5.h
@@ -39,7 +39,7 @@ typedef struct {
} MD5_CTX;
extern void MD5_Init(MD5_CTX *ctx);
-extern void MD5_Update(MD5_CTX *ctx, void *data, unsigned long size);
+extern void MD5_Update(MD5_CTX *ctx, const void *data, unsigned long size);
extern void MD5_Final(unsigned char *result, MD5_CTX *ctx);
#endif
« no previous file with comments | « third_party/freetype/src/base/ftxf86.c ('k') | third_party/freetype/src/base/md5.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698