summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-03-25 14:34:49 -0700
committerMathias Agopian <mathias@google.com>2010-03-25 14:34:49 -0700
commitdc5ce9c548533e0c149e7a5b2a0597f321905bef (patch)
tree4f52e51d520c96393d1ebad1f8a021caa012f9ac /include
parentb80d49d33831ad95e6cddd2aa0903a25cd838f93 (diff)
downloadframeworks_base-dc5ce9c548533e0c149e7a5b2a0597f321905bef.zip
frameworks_base-dc5ce9c548533e0c149e7a5b2a0597f321905bef.tar.gz
frameworks_base-dc5ce9c548533e0c149e7a5b2a0597f321905bef.tar.bz2
fix [2545826] calling into gralloc with external lock held
Change-Id: I2d0e017382404c684c768a0dd0423d574213f10a
Diffstat (limited to 'include')
-rw-r--r--include/ui/GraphicBufferAllocator.h1
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;
};