commit | 1f47f4f7325971dd53991e2bb02da94fa7c6d962 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 16 14:49:16 2012 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 16 14:49:16 2012 +0000 |
tree | a5b5dc02a15a3f3d4edeb921bda4ea1895f4ce77 | |
parent | 71329d809a42889af8d2cadc4e43c60488a739a1 [diff] [blame] |
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) http://codereview.appspot.com/6460089/ git-svn-id: http://skia.googlecode.com/svn/trunk@5122 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrResource.cpp b/src/gpu/GrResource.cpp index 7e2d4a8..74fc63d4 100644 --- a/src/gpu/GrResource.cpp +++ b/src/gpu/GrResource.cpp
@@ -16,6 +16,7 @@ fGpu = gpu; fNext = NULL; fPrevious = NULL; + fCacheEntry = NULL; fGpu->insertResource(this); }