From 9c2ea846351a29208cb4a36301ee611e7fb384ea Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Mon, 13 Aug 2012 17:47:59 +0000 Subject: Split cache-specific fields out of GrTextureDesc http://codereview.appspot.com/6448143/ git-svn-id: http://skia.googlecode.com/svn/trunk@5065 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrCacheID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gpu/GrCacheID.h') diff --git a/include/gpu/GrCacheID.h b/include/gpu/GrCacheID.h index 231304d1ed..e6f5f752d1 100644 --- a/include/gpu/GrCacheID.h +++ b/include/gpu/GrCacheID.h @@ -75,7 +75,7 @@ public: GrCacheID(uint8_t resourceType) : fPublicID(kDefaultPublicCacheID) - , fDomain(kUnrestricted_ResourceDomain) + , fDomain(GrCacheData::kScratch_ResourceDomain) , fResourceType(resourceType) { } -- cgit v1.2.3