summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Caches.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-04-04 16:20:08 -0700
committerJohn Reck <jreck@google.com>2014-04-07 14:53:08 -0700
commit087bc0c14bdccf7c258dce0cdef46a69a839b427 (patch)
treecab73aeed8e9a0bc8e74243a35c026ab0b321e08 /libs/hwui/Caches.h
parentce16215d7b4d9bedfc62e172dc44ab439afef13a (diff)
downloadframeworks_base-087bc0c14bdccf7c258dce0cdef46a69a839b427.zip
frameworks_base-087bc0c14bdccf7c258dce0cdef46a69a839b427.tar.gz
frameworks_base-087bc0c14bdccf7c258dce0cdef46a69a839b427.tar.bz2
Refcount RenderNode
Change-Id: I7a86db8acc2b78ef33d987a43a119f5933d7d752
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r--libs/hwui/Caches.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h
index 50c5fef..ba3ccaf 100644
--- a/libs/hwui/Caches.h
+++ b/libs/hwui/Caches.h
@@ -166,11 +166,6 @@ public:
*/
void deleteLayerDeferred(Layer* layer);
- /*
- * Can be used to delete a display list from a non EGL thread.
- */
- void deleteDisplayListDeferred(RenderNode* layer);
-
/**
* Binds the VBO used to render simple textured quads.
*/
@@ -420,7 +415,6 @@ private:
mutable Mutex mGarbageLock;
Vector<Layer*> mLayerGarbage;
- Vector<RenderNode*> mDisplayListGarbage;
DebugLevel mDebugLevel;
bool mInitialized;