commit | 5a37cc51551efff88c780088ae8280f87b496472 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Sep 14 15:48:42 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Sep 14 15:48:42 2009 -0700 |
tree | 0669d146299c77fca34017150df537c1bfc49552 | |
parent | 803d1ab94a74d6205e749909633cec56c742ca44 [diff] [blame] |
make sure to update the tail pointer when undoing a dequeue
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 @@ friend struct Condition; friend struct DequeueCondition; friend struct LockCondition; + + int32_t computeTail() const; struct QueueUpdate : public UpdateBase { inline QueueUpdate(SharedBufferBase* sbb);