From 5a37cc51551efff88c780088ae8280f87b496472 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 14 Sep 2009 15:48:42 -0700 Subject: make sure to update the tail pointer when undoing a dequeue --- include/private/ui/SharedBufferStack.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.1