aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkFontHost.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-31 18:08:49 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-31 18:08:49 +0000
commitb14d5bc0912699c770d81ce284a236b1f1088b21 (patch)
tree53ae9aeff3b04110e38e8bb008276e4bf1453f74 /include/core/SkFontHost.h
parentb14ecdaeea96c8c210c7835058889c6b9a756833 (diff)
try enabling FONTHOST_USES_FONTMGR and see what breaks
git-svn-id: http://skia.googlecode.com/svn/trunk@10466 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkFontHost.h')
-rw-r--r--include/core/SkFontHost.h2
1 files changed, 1 insertions, 1 deletions
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;