commit | 7edfb4939eb1fa642d4cc24d559c711555728259 | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 28 12:48:35 2012 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 28 12:48:35 2012 +0000 |
tree | 9a2c2ff8468c9eec6fb1311f01e62b2b61b28e16 | |
parent | fd875e80142c5c494ab95f0885b78e8a8ffc8716 [diff] |
need to declare INHERITED for the instcount macros git-svn-id: http://skia.googlecode.com/svn/trunk@5309 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/core/SkImage.h b/include/core/SkImage.h index 985a3bb..2991b9a 100644 --- a/include/core/SkImage.h +++ b/include/core/SkImage.h
@@ -96,6 +96,8 @@ const uint32_t fUniqueID; static uint32_t NextUniqueID(); + + typedef SkRefCnt INHERITED; }; #endif
diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h index 2034c89..2a9784b 100644 --- a/include/core/SkSurface.h +++ b/include/core/SkSurface.h
@@ -137,6 +137,8 @@ const int fWidth; const int fHeight; uint32_t fGenerationID; + + typedef SkRefCnt INHERITED; }; #endif