From 95bfdedb371262905ae06b9c06b2c0f55869a441 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Mon, 16 Apr 2012 19:21:30 +0000 Subject: Add cast to support 64 bit. http://code.google.com/p/skia/issues/detail?id=524 Review URL: https://codereview.appspot.com/6038053 git-svn-id: http://skia.googlecode.com/svn/trunk@3701 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkFontHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core/SkFontHost.h') diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h index e83ac6cb23..25c9ecba51 100644 --- a/include/core/SkFontHost.h +++ b/include/core/SkFontHost.h @@ -17,7 +17,7 @@ class SkDescriptor; class SkStream; class SkWStream; -typedef uintptr_t SkFontTableTag; +typedef uint32_t SkFontTableTag; /** \class SkFontHost -- cgit v1.2.3