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

Unified Diff: media/base/byte_queue.cc

Issue 8989041: Revert 115214 (caused media_unittests failure in FFmpegGlueTest, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
« no previous file with comments | « media/base/byte_queue.h ('k') | media/filters/chunk_demuxer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/byte_queue.cc
===================================================================
--- media/base/byte_queue.cc (revision 115228)
+++ media/base/byte_queue.cc (working copy)
@@ -20,11 +20,6 @@
ByteQueue::~ByteQueue() {}
-void ByteQueue::Reset() {
- offset_ = 0;
- used_ = 0;
-}
-
void ByteQueue::Push(const uint8* data, int size) {
DCHECK(data);
DCHECK_GT(size, 0);
« no previous file with comments | « media/base/byte_queue.h ('k') | media/filters/chunk_demuxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698