diff options
Diffstat (limited to 'libs/hwui/LayerCache.h')
| -rw-r--r-- | libs/hwui/LayerCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h index c0c7542ae001..cbb7ae2ce391 100644 --- a/libs/hwui/LayerCache.h +++ b/libs/hwui/LayerCache.h @@ -64,6 +64,7 @@ public: * @param size The dimensions of the desired layer */ Layer* get(LayerSize& size); + /** * Adds the layer to the cache. The layer will not be added if there is * not enough space available. @@ -96,7 +97,6 @@ private: void deleteLayer(Layer* layer); GenerationCache<LayerSize, Layer*> mCache; - uint32_t mIdGenerator; uint32_t mSize; uint32_t mMaxSize; |