Chromium Code Reviews| Index: media/base/byte_queue.h |
| =================================================================== |
| --- media/base/byte_queue.h (revision 115359) |
| +++ media/base/byte_queue.h (working copy) |
| @@ -20,6 +20,9 @@ |
| 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); |