Chromium Code Reviews| Index: media/audio/audio_output_mixer.cc |
| =================================================================== |
| --- media/audio/audio_output_mixer.cc (revision 140286) |
| +++ media/audio/audio_output_mixer.cc (working copy) |
| @@ -197,8 +197,6 @@ |
| // No need to mix muted stream. |
|
scherkus (not reviewing)
2012/06/04 20:52:51
nit: remove outdated comment?
|
| double volume = proxy_data->volume; |
| - if (volume == 0.0) |
| - continue; |
| // Different handling for first and all subsequent streams. |
| if (first_stream) { |