diff options
| author | 2017-05-23 18:01:09 +0000 | |
|---|---|---|
| committer | 2017-05-23 18:01:09 +0000 | |
| commit | 45ef07f762575b462b08b7c9ed4a3e80f8a671b6 (patch) | |
| tree | 38bfd79c37d0e1ba120a62d9d849ffa9e6304308 /libs/hwui/Caches.cpp | |
| parent | e82df3f7b6c1784e3ac5e8f2b8d43923fd9bb959 (diff) | |
| parent | 9d08fca62fbe140ffa107dd0f216282971af6748 (diff) | |
Merge "Improve time to texture destruction" into oc-dev am: 1bc0286ef8
am: 9d08fca62f
Change-Id: Iee16d786983734d138a408707cf5efd9f9c9b9fb
Diffstat (limited to 'libs/hwui/Caches.cpp')
| -rw-r--r-- | libs/hwui/Caches.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index a0366dee3218..2fdfcd42a1e1 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -223,7 +223,6 @@ void Caches::dumpMemoryUsage(String8 &log) { /////////////////////////////////////////////////////////////////////////////// void Caches::clearGarbage() { - textureCache.clearGarbage(); pathCache.clearGarbage(); patchCache.clearGarbage(); } |