Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: media/base/decoder_buffer_queue.h

Issue 1409123005: Add methods for telling V8 how much memory audio/video is using. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mock filter. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698