aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrCacheID.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-13 17:47:59 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-13 17:47:59 +0000
commit9c2ea846351a29208cb4a36301ee611e7fb384ea (patch)
treecf61ae05b74705a6ae7d579e50410dd026ec780a /include/gpu/GrCacheID.h
parent62e41903a70e0bebf875cd0fa5c94f804fad582a (diff)
Split cache-specific fields out of GrTextureDesc
Diffstat (limited to 'include/gpu/GrCacheID.h')
-rw-r--r--include/gpu/GrCacheID.h2
1 files changed, 1 insertions, 1 deletions
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) {
}