diff options
Diffstat (limited to 'libs/hwui/TextureCache.cpp')
-rw-r--r-- | libs/hwui/TextureCache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/TextureCache.cpp b/libs/hwui/TextureCache.cpp index ff7d7c930922..ff9e2affa95f 100644 --- a/libs/hwui/TextureCache.cpp +++ b/libs/hwui/TextureCache.cpp @@ -97,6 +97,7 @@ Texture* TextureCache::get(SkBitmap* bitmap) { } else if (bitmap->getGenerationID() != texture->generation) { generateTexture(bitmap, texture, true); } + // TODO: Do something to destroy the texture object if it's too big for the cache return texture; } |