summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PathCache.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-05-11 18:23:09 -0700
committerChris Craik <ccraik@google.com>2015-05-11 19:10:24 -0700
commit42455fc9182cfe0c9f91c77712541888ca61df9e (patch)
tree27f204481411d3674a4642360f1a54a9840b2024 /libs/hwui/PathCache.h
parent0a775ce9801f03071d1e9bcc177d79e6fe350702 (diff)
downloadframeworks_base-42455fc9182cfe0c9f91c77712541888ca61df9e.zip
frameworks_base-42455fc9182cfe0c9f91c77712541888ca61df9e.tar.gz
frameworks_base-42455fc9182cfe0c9f91c77712541888ca61df9e.tar.bz2
Remove usage of Texture::cleanup in PathCache
bug:21039605 Was causing double-deletes, is unneeded. Change-Id: I5c0a21d076fae7039d777ca09b21492f97fea98b
Diffstat (limited to 'libs/hwui/PathCache.h')
-rw-r--r--libs/hwui/PathCache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h
index 4297693..7014863 100644
--- a/libs/hwui/PathCache.h
+++ b/libs/hwui/PathCache.h
@@ -186,10 +186,6 @@ public:
void clear();
/**
- * Sets the maximum size of the cache in bytes.
- */
- void setMaxSize(uint32_t maxSize);
- /**
* Returns the maximum size of the cache in bytes.
*/
uint32_t getMaxSize();