summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-09-14 19:01:40 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-09-14 19:01:40 -0400
commita1212578bfd11bd391c686c82c18b21b4a3a69b4 (patch)
tree5cda57181fe2e319e394476f9d050e2c4841efa4 /include
parent0d5581133285cef4d7582b531e0bf09cee86aa90 (diff)
parentbd8527110caa5427ade0edd7ce0d00e63f15ccbc (diff)
downloadframeworks_base-a1212578bfd11bd391c686c82c18b21b4a3a69b4.zip
frameworks_base-a1212578bfd11bd391c686c82c18b21b4a3a69b4.tar.gz
frameworks_base-a1212578bfd11bd391c686c82c18b21b4a3a69b4.tar.bz2
Merge change 24947 into eclair
* changes: make sure to update the tail pointer when undoing a dequeue
Diffstat (limited to 'include')
-rw-r--r--include/private/ui/SharedBufferStack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/ui/SharedBufferStack.h b/include/private/ui/SharedBufferStack.h
index 6181f55..8b0f154 100644
--- a/include/private/ui/SharedBufferStack.h
+++ b/include/private/ui/SharedBufferStack.h
@@ -228,6 +228,8 @@ private:
friend struct Condition;
friend struct DequeueCondition;
friend struct LockCondition;
+
+ int32_t computeTail() const;
struct QueueUpdate : public UpdateBase {
inline QueueUpdate(SharedBufferBase* sbb);