diff options
author | 2010-11-09 14:35:20 -0800 | |
---|---|---|
committer | 2010-11-09 14:37:42 -0800 | |
commit | 9e10841c27d973b930e1b49a099c69d866659505 (patch) | |
tree | aaf593ba3581cf97a6b031a7b310e696f5cbb51a /libs/hwui/TextureCache.h | |
parent | 820b9e0d3b6f94fe0b524aebf756ce25df273e6a (diff) |
Correctly remove unused paths from the cache.
Change-Id: I41d9334dcd9871634037344ab49bf69383498161
Diffstat (limited to 'libs/hwui/TextureCache.h')
-rw-r--r-- | libs/hwui/TextureCache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h index d9d2387fd56a..5c314fc83a04 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h @@ -39,6 +39,10 @@ namespace uirenderer { #define TEXTURE_LOGD(...) #endif +/////////////////////////////////////////////////////////////////////////////// +// Classes +/////////////////////////////////////////////////////////////////////////////// + /** * A simple LRU texture cache. The cache has a maximum size expressed in bytes. * Any texture added to the cache causing the cache to grow beyond the maximum |