commit | 6e502fe0677feaf960e4a37603da3bbeada38389 | [log] [tgz] |
---|---|---|
author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jul 24 21:18:54 2012 +0000 |
committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jul 24 21:18:54 2012 +0000 |
tree | 1f904210b7c82a58e24bb70fa2d9654ef49b4a3e | |
parent | dd3948899725041bf52e3a4eea922f9961ee0a9b [diff] |
Fix Android build broken due to changes in r4741. git-svn-id: http://skia.googlecode.com/svn/trunk@4743 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/core/SkScalerContext.h b/include/core/SkScalerContext.h index ac11b9c..ccc4fa9 100644 --- a/include/core/SkScalerContext.h +++ b/include/core/SkScalerContext.h
@@ -12,6 +12,11 @@ #include "SkMatrix.h" #include "SkPaint.h" +#ifdef SK_BUILD_FOR_ANDROID + //For SkFontID + #include "SkTypeface.h" +#endif + //#define SK_USE_COLOR_LUMINANCE struct SkGlyph;