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

Unified Diff: media/audio/win/audio_low_latency_output_win.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 | « media/audio/simple_sources_unittest.cc ('k') | media/audio/win/audio_low_latency_output_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/win/audio_low_latency_output_win.cc
===================================================================
--- media/audio/win/audio_low_latency_output_win.cc (revision 133451)
+++ media/audio/win/audio_low_latency_output_win.cc (working copy)
@@ -440,7 +440,7 @@
// the delay between the usage of the delay value and the time
// of generation.
uint32 num_filled_bytes = source_->OnMoreData(
- this, audio_data, packet_size_bytes_,
+ audio_data, packet_size_bytes_,
AudioBuffersState(0, audio_delay_bytes));
// Perform in-place, software-volume adjustments.
« no previous file with comments | « media/audio/simple_sources_unittest.cc ('k') | media/audio/win/audio_low_latency_output_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698