summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-05-25 17:51:34 -0700
committerMathias Agopian <mathias@google.com>2010-05-25 17:51:34 -0700
commit631f358d348ea5e7813ca01f86fc9f2a6536add6 (patch)
treec1745c4edb54837854c8697f3421698fcb9315ad /include/private
parent97e8ff0b4bcfa9cc9205b2881a110a1c498c5deb (diff)
downloadframeworks_native-631f358d348ea5e7813ca01f86fc9f2a6536add6.zip
frameworks_native-631f358d348ea5e7813ca01f86fc9f2a6536add6.tar.gz
frameworks_native-631f358d348ea5e7813ca01f86fc9f2a6536add6.tar.bz2
fix [2712278] The preview buffer left some black borders in left and bottom edges
we were incorrectly flagging push_buffer surfaces as invalid Change-Id: I4dfd4ffbbe8a71f7e23e835db8d71966416c29bb
Diffstat (limited to 'include/private')
-rw-r--r--include/private/surfaceflinger/SharedBufferStack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/private/surfaceflinger/SharedBufferStack.h b/include/private/surfaceflinger/SharedBufferStack.h
index ea8391d..b859e78 100644
--- a/include/private/surfaceflinger/SharedBufferStack.h
+++ b/include/private/surfaceflinger/SharedBufferStack.h
@@ -159,7 +159,6 @@ public:
SharedBufferBase(SharedClient* sharedClient, int surface,
int32_t identity);
~SharedBufferBase();
- uint32_t getIdentity();
status_t getStatus() const;
size_t getFrontBuffer() const;
String8 dump(char const* prefix) const;