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

Unified Diff: media/audio/android/audio_track_output_android.cc

Issue 10184011: Remove unused parameter "stream" from all variants of OnMoreData(). (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | media/audio/android/opensles_output.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/android/audio_track_output_android.cc
===================================================================
--- media/audio/android/audio_track_output_android.cc (revision 133451)
+++ media/audio/android/audio_track_output_android.cc (working copy)
@@ -4,6 +4,8 @@
#include "media/audio/android/audio_track_output_android.h"
+#include <algorithm> // std::min
+
#include "base/android/jni_android.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
@@ -288,7 +290,6 @@
// Fill the internal buffer first.
if (!data_buffer_->data_len()) {
uint32 src_data_size = source_callback_->OnMoreData(
- this,
data_buffer_->GetWritableBuffer(),
data_buffer_->buffer_size(),
AudioBuffersState());
« no previous file with comments | « no previous file | media/audio/android/opensles_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698