diff options
Diffstat (limited to 'src/lazy/SkLazyPixelRef.h')
-rw-r--r-- | src/lazy/SkLazyPixelRef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lazy/SkLazyPixelRef.h b/src/lazy/SkLazyPixelRef.h index 8f7a751e95..c51675dd5f 100644 --- a/src/lazy/SkLazyPixelRef.h +++ b/src/lazy/SkLazyPixelRef.h @@ -71,16 +71,12 @@ private: SkImageCache* fImageCache; intptr_t fCacheId; size_t fRowBytes; - SkImage::Info fLazilyCachedInfo; #if LAZY_CACHE_STATS static int32_t gCacheHits; static int32_t gCacheMisses; #endif - // lazily initialized our cached info. Returns NULL on failure. - const SkImage::Info* getCachedInfo(); - typedef SkPixelRef INHERITED; }; |