Index: media/base/byte_queue.h |
diff --git a/media/base/byte_queue.h b/media/base/byte_queue.h |
index 69f2728ef3fdedf3a27a57ff8e1fae3cd2933dc1..d3ef6058f57bd4f07fb05b36fd56ab5b6bbeedd0 100644 |
--- a/media/base/byte_queue.h |
+++ b/media/base/byte_queue.h |
@@ -20,6 +20,9 @@ class ByteQueue { |
ByteQueue(); |
~ByteQueue(); |
+ // Reset the queue to the empty state. |
+ void Reset(); |
+ |
// Appends new bytes onto the end of the queue. |
void Push(const uint8* data, int size); |