summaryrefslogtreecommitdiff
path: root/libs/surfaceflinger/LayerBuffer.h
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2010-01-20 15:08:27 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2010-01-20 15:08:27 -0800
commit6fb0f22b294f5ded0a60e49e0725d38419fe89b2 (patch)
treeeb669b6d99df1a39059f93f30863a9c075edbfb2 /libs/surfaceflinger/LayerBuffer.h
parentaf07b591bbb39df30f6018c5a64791552a06ed00 (diff)
parentd2832fb4154771e42f7a4fdb8286ac85827ebe9d (diff)
Merge "part of fix for [2363362] [Sapphire] Corrupted raw picture displayed during snapshot"
Diffstat (limited to 'libs/surfaceflinger/LayerBuffer.h')
-rw-r--r--libs/surfaceflinger/LayerBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaceflinger/LayerBuffer.h b/libs/surfaceflinger/LayerBuffer.h
index 90f83c4c12cc..1b3143555a64 100644
--- a/libs/surfaceflinger/LayerBuffer.h
+++ b/libs/surfaceflinger/LayerBuffer.h
@@ -135,6 +135,7 @@ private:
virtual void destroy() { }
private:
status_t initTempBuffer() const;
+ void clearTempBufferImage() const;
mutable Mutex mBufferSourceLock;
sp<Buffer> mBuffer;
status_t mStatus;