diff options
author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-24 21:18:54 +0000 |
---|---|---|
committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-24 21:18:54 +0000 |
commit | 6e502fe0677feaf960e4a37603da3bbeada38389 (patch) | |
tree | 1f904210b7c82a58e24bb70fa2d9654ef49b4a3e /include/core | |
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
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkScalerContext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/core/SkScalerContext.h b/include/core/SkScalerContext.h index ac11b9ca9f..ccc4fa9541 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; |