Index: content/renderer/media/webrtc_audio_capturer_sink_owner.h |
diff --git a/content/renderer/media/webrtc_audio_capturer_sink_owner.h b/content/renderer/media/webrtc_audio_capturer_sink_owner.h |
index a3641b8d063da1052fe8fed4b7a2045cf69249fa..f338209224daf6401e84206dfe9058d5c624db2d 100644 |
--- a/content/renderer/media/webrtc_audio_capturer_sink_owner.h |
+++ b/content/renderer/media/webrtc_audio_capturer_sink_owner.h |
@@ -31,7 +31,8 @@ class WebRtcAudioCapturerSinkOwner |
int number_of_frames, |
int audio_delay_milliseconds, |
int current_volume, |
- bool need_audio_processing) OVERRIDE; |
+ bool need_audio_processing, |
+ bool key_pressed) OVERRIDE; |
virtual void SetCaptureFormat(const media::AudioParameters& params) OVERRIDE; |