Chromium Code Reviews| Index: webrtc/voice_engine/output_mixer.cc |
| diff --git a/webrtc/voice_engine/output_mixer.cc b/webrtc/voice_engine/output_mixer.cc |
| index 1c9525a1ab64c0de5f57ba79677f6ee00cd4cc7f..aa50e0bf2be0ad06fb7c3c68bb7d922fde81d040 100644 |
| --- a/webrtc/voice_engine/output_mixer.cc |
| +++ b/webrtc/voice_engine/output_mixer.cc |
| @@ -224,8 +224,7 @@ |
| int32_t |
| OutputMixer::MixActiveChannels() |
| { |
| - _mixerModule.Process(); |
| - return 0; |
| + return _mixerModule.Process(); |
| } |
| int |