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

Unified Diff: third_party/freetype/include/freetype/ftadvanc.h

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: DEPS for corpus Created 5 years, 1 month 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/include/freetype/freetype.h ('k') | third_party/freetype/include/freetype/ftautoh.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/include/freetype/ftadvanc.h
diff --git a/third_party/freetype/include/ftadvanc.h b/third_party/freetype/include/freetype/ftadvanc.h
similarity index 98%
rename from third_party/freetype/include/ftadvanc.h
rename to third_party/freetype/include/freetype/ftadvanc.h
index 955f93fa16cbeeca8cfd1d12ba456085e7b058a8..b4d2aed567730a8b103ca7ad593bedc5b26bc5a3 100644
--- a/third_party/freetype/include/ftadvanc.h
+++ b/third_party/freetype/include/freetype/ftadvanc.h
@@ -4,7 +4,7 @@
/* */
/* Quick computation of advance widths (specification only). */
/* */
-/* Copyright 2008, 2013, 2014 by */
+/* Copyright 2008-2015 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -77,7 +77,7 @@ FT_BEGIN_HEADER
/* and hinting of the glyph outline, are extremely slow by */
/* comparison. */
/* */
-#define FT_ADVANCE_FLAG_FAST_ONLY 0x20000000UL
+#define FT_ADVANCE_FLAG_FAST_ONLY 0x20000000L
/*************************************************************************/
« no previous file with comments | « third_party/freetype/include/freetype/freetype.h ('k') | third_party/freetype/include/freetype/ftautoh.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698