Index: content/renderer/media/webrtc_audio_device_impl.h |
diff --git a/content/renderer/media/webrtc_audio_device_impl.h b/content/renderer/media/webrtc_audio_device_impl.h |
index b644178030b5009677935ad1a45bbf80033479b4..d6f740add8645f9d946c295e3586873ac1dbc634 100644 |
--- a/content/renderer/media/webrtc_audio_device_impl.h |
+++ b/content/renderer/media/webrtc_audio_device_impl.h |
@@ -228,6 +228,7 @@ class WebRtcAudioCapturerSink { |
// Set the format for the capture audio parameters. |
virtual void SetCaptureFormat(const media::AudioParameters& params) = 0; |
+ virtual bool IsRenderer() const; |
protected: |
virtual ~WebRtcAudioCapturerSink() {} |