summaryrefslogtreecommitdiffstats
path: root/include/private/surfaceflinger
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
commit3f6b0cdd8cd57e2cca56a5dd4cfa726b9185d2e8 (patch)
treee5d25b48359d27a362e3db605736629f2a4c2e09 /include/private/surfaceflinger
parentfb6ae6666644c9a37a5d34dd03eb637333cf946b (diff)
downloadframeworks_av-3f6b0cdd8cd57e2cca56a5dd4cfa726b9185d2e8.zip
frameworks_av-3f6b0cdd8cd57e2cca56a5dd4cfa726b9185d2e8.tar.gz
frameworks_av-3f6b0cdd8cd57e2cca56a5dd4cfa726b9185d2e8.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/surfaceflinger')
-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;