diff options
author | Mathias Agopian <mathias@google.com> | 2010-05-25 17:51:34 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-05-25 17:51:34 -0700 |
commit | 2ce19af45bf4c5e311a73df474ffe88d96d118c5 (patch) | |
tree | 3df75d3e86308a618a3ddc47d301731af30769a8 /include/private | |
parent | d6ddcb7f00a7af95b452233d965b922632f78f21 (diff) | |
download | frameworks_base-2ce19af45bf4c5e311a73df474ffe88d96d118c5.zip frameworks_base-2ce19af45bf4c5e311a73df474ffe88d96d118c5.tar.gz frameworks_base-2ce19af45bf4c5e311a73df474ffe88d96d118c5.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.h | 1 |
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; |