summaryrefslogtreecommitdiffstats
path: root/libs/hwui/LayerCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/LayerCache.h')
-rw-r--r--libs/hwui/LayerCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h
index 3696848..2d339fa 100644
--- a/libs/hwui/LayerCache.h
+++ b/libs/hwui/LayerCache.h
@@ -66,7 +66,7 @@ public:
private:
void deleteLayer(Layer* layer);
- GenerationCache<LayerSize, Layer*> mCache;
+ GenerationMultiCache<LayerSize, Layer*> mCache;
uint32_t mSize;
uint32_t mMaxSize;