aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkFontHost.h
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-16 15:04:45 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-16 15:04:45 +0000
commit66ef61469368dd4f40bc419bb9aa69604df5182e (patch)
tree3320f93b5bc0a3da017d0e2086ebb335ff4aa4c0 /include/core/SkFontHost.h
parentfa1d29112d44d0728cd10e2ff1f8982240303272 (diff)
Fix 64-bit build on Mac
BUG=http://code.google.com/p/skia/issues/detail?id=524 Thanks to mmaerean@adobe.com for the patch. Review URL: https://codereview.appspot.com/6022058 git-svn-id: http://skia.googlecode.com/svn/trunk@3686 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 25c9ecba51..e83ac6cb23 100644
--- a/include/core/SkFontHost.h
+++ b/include/core/SkFontHost.h
@@ -17,7 +17,7 @@ class SkDescriptor;
class SkStream;
class SkWStream;
-typedef uint32_t SkFontTableTag;
+typedef uintptr_t SkFontTableTag;
/** \class SkFontHost