| Index: media/base/decoder_buffer_queue.h
|
| diff --git a/media/base/decoder_buffer_queue.h b/media/base/decoder_buffer_queue.h
|
| index 9c2c2dc7b19d14fed06f2f20c052fd14cd828e9f..7c8af8f65ac0786abe2ab748d11ee7574d9d9bc1 100644
|
| --- a/media/base/decoder_buffer_queue.h
|
| +++ b/media/base/decoder_buffer_queue.h
|
| @@ -42,7 +42,7 @@ class MEDIA_EXPORT DecoderBufferQueue {
|
| void Clear();
|
|
|
| // Returns true if this queue is empty.
|
| - bool IsEmpty();
|
| + bool IsEmpty() const;
|
|
|
| // Returns the duration of encoded data stored in this queue as measured by
|
| // the timestamps of the earliest and latest buffers, ignoring out of order
|
|
|