Chromium Code Reviews| Index: webrtc/common_audio/blocker.h |
| diff --git a/webrtc/common_audio/blocker.h b/webrtc/common_audio/blocker.h |
| index fbd7973837891c66a120970a06c1d10c42e5344d..00f372dfd0ed15f5ca4e6f79d6e4ddafe0e6c663 100644 |
| --- a/webrtc/common_audio/blocker.h |
| +++ b/webrtc/common_audio/blocker.h |
| @@ -72,7 +72,7 @@ class Blocker { |
| BlockerCallback* callback); |
| void ProcessChunk(const float* const* input, |
| - int num_frames, |
| + int chunk_size, |
| int num_input_channels, |
| int num_output_channels, |
| float* const* output); |