| Index: webrtc/voice_engine/output_mixer.h
|
| diff --git a/webrtc/voice_engine/output_mixer.h b/webrtc/voice_engine/output_mixer.h
|
| index c042a038dd84f4d1f958d06240c4cba67165e523..91387e6256ec4160d173ac287dc5255f2c6e3b14 100644
|
| --- a/webrtc/voice_engine/output_mixer.h
|
| +++ b/webrtc/voice_engine/output_mixer.h
|
| @@ -63,7 +63,7 @@ public:
|
| int32_t SetAnonymousMixabilityStatus(MixerParticipant& participant,
|
| bool mixable);
|
|
|
| - int GetMixedAudio(int sample_rate_hz, int num_channels,
|
| + int GetMixedAudio(int sample_rate_hz, size_t num_channels,
|
| AudioFrame* audioFrame);
|
|
|
| // VoEVolumeControl
|
|
|