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

Unified Diff: third_party/freetype2/freetype2.patch

Issue 138123004: Make layout test FreeType more like Lucid FreeType. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/freetype2/freetype2.gyp ('k') | third_party/freetype2/include/ftoption.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype2/freetype2.patch
===================================================================
--- third_party/freetype2/freetype2.patch (revision 246027)
+++ third_party/freetype2/freetype2.patch (working copy)
@@ -26,3 +26,16 @@
#endif
#endif /* !FT_EXPORT_DEF */
+diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
+index 759b3a3..f921a04 100644
+--- a/include/freetype/config/ftoption.h
++++ b/include/freetype/config/ftoption.h
+@@ -495,7 +495,7 @@ FT_BEGIN_HEADER
+ /* Do not #undef this macro here, since the build system might */
+ /* define it for certain configurations only. */
+ /* */
+-/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
++#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+
+
+ /*************************************************************************/
« no previous file with comments | « third_party/freetype2/freetype2.gyp ('k') | third_party/freetype2/include/ftoption.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698