From 699c06e2f581f362fbef6fc22cb2519440538326 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Wed, 31 Jul 2013 19:00:30 +0000 Subject: [PATCH] Revert "Revert "try enabling FONTHOST_USES_FONTMGR and see what breaks"" This reverts commit a8946cf4180908d577681cb62d621db0ebcbe67e. i.e. reapply the change to try enabling FONTHOST_USES_FONTMGR git-svn-id: http://skia.googlecode.com/svn/trunk@10471 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkFontHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h index e847b76af8..a3bdffd2de 100644 --- a/include/core/SkFontHost.h +++ b/include/core/SkFontHost.h @@ -12,7 +12,7 @@ #include "SkTypeface.h" -//#define SK_FONTHOST_USES_FONTMGR +#define SK_FONTHOST_USES_FONTMGR class SkDescriptor; class SkScalerContext;