diff options
author | Mathias Agopian <mathias@google.com> | 2010-03-25 14:34:49 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-03-25 14:34:49 -0700 |
commit | c8620b60d67390d2bd0fa0ce53cc63fc18c50244 (patch) | |
tree | b289d7614f9950bdf8de025be2daa984a1f9ceb6 /include | |
parent | 016093a2c19b23985366b1ac2eb7cba730b62d46 (diff) | |
download | frameworks_native-c8620b60d67390d2bd0fa0ce53cc63fc18c50244.zip frameworks_native-c8620b60d67390d2bd0fa0ce53cc63fc18c50244.tar.gz frameworks_native-c8620b60d67390d2bd0fa0ce53cc63fc18c50244.tar.bz2 |
fix [2545826] calling into gralloc with external lock held
Change-Id: I2d0e017382404c684c768a0dd0423d574213f10a
Diffstat (limited to 'include')
-rw-r--r-- | include/ui/GraphicBufferAllocator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/GraphicBufferAllocator.h b/include/ui/GraphicBufferAllocator.h index be9c79b..741d763 100644 --- a/include/ui/GraphicBufferAllocator.h +++ b/include/ui/GraphicBufferAllocator.h @@ -86,7 +86,6 @@ private: GraphicBufferAllocator(); ~GraphicBufferAllocator(); - mutable Mutex mLock; alloc_device_t *mAllocDev; }; |