summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2012-12-07 10:59:29 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-12-07 10:59:29 -0800
commit7df16644c4e5fbb30d011b9098d9c8833f89f0aa (patch)
tree712afa928b730303f3a23a75028fa9d5bb709b74 /include
parent7bd5a76e2e89ca6d172539ef2dfa43f42f07c001 (diff)
parent2d659286b59dc7ff7378fe967f1c425e92155995 (diff)
downloadframeworks_native-7df16644c4e5fbb30d011b9098d9c8833f89f0aa.zip
frameworks_native-7df16644c4e5fbb30d011b9098d9c8833f89f0aa.tar.gz
frameworks_native-7df16644c4e5fbb30d011b9098d9c8833f89f0aa.tar.bz2
am 2d659286: am 2e59d2c3: DO NOT MERGE GraphicBufferAllocator: make frees async
* commit '2d659286b59dc7ff7378fe967f1c425e92155995': DO NOT MERGE GraphicBufferAllocator: make frees async
Diffstat (limited to 'include')
-rw-r--r--include/ui/GraphicBufferAllocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/GraphicBufferAllocator.h b/include/ui/GraphicBufferAllocator.h
index dffa788..479cd3e 100644
--- a/include/ui/GraphicBufferAllocator.h
+++ b/include/ui/GraphicBufferAllocator.h
@@ -84,6 +84,7 @@ private:
static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList;
friend class Singleton<GraphicBufferAllocator>;
+ friend class BufferLiberatorThread;
GraphicBufferAllocator();
~GraphicBufferAllocator();