| Index: media/audio/audio_output_mixer.cc
|
| ===================================================================
|
| --- media/audio/audio_output_mixer.cc (revision 140286)
|
| +++ media/audio/audio_output_mixer.cc (working copy)
|
| @@ -194,11 +194,7 @@
|
| AudioBuffersState(proxy_data->pending_bytes, 0));
|
| if (actual_size == 0)
|
| continue;
|
| -
|
| - // No need to mix muted stream.
|
| double volume = proxy_data->volume;
|
| - if (volume == 0.0)
|
| - continue;
|
|
|
| // Different handling for first and all subsequent streams.
|
| if (first_stream) {
|
|
|