diff options
Diffstat (limited to 'libs/hwui/LayerCache.h')
-rw-r--r-- | libs/hwui/LayerCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h index 1b0fc2cfd1d7..6b93e8fc86c5 100644 --- a/libs/hwui/LayerCache.h +++ b/libs/hwui/LayerCache.h @@ -87,6 +87,8 @@ public: */ uint32_t getSize(); + size_t getCount(); + /** * Prints out the content of the cache. */ |