| 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 823bf0c698be433a62fe43a88f54bc93b4ab9fb6..31dda002942215cf4fcb441cd9286a1b5f5bc685 100644
|
| --- a/content/renderer/media/webrtc_audio_device_impl.h
|
| +++ b/content/renderer/media/webrtc_audio_device_impl.h
|
| @@ -209,7 +209,7 @@ class CONTENT_EXPORT WebRtcAudioDeviceImpl
|
| NON_EXPORTED_BASE(public media::AudioInputDevice::CaptureEventHandler) {
|
| public:
|
| // Methods called on main render thread.
|
| - WebRtcAudioDeviceImpl();
|
| + WebRtcAudioDeviceImpl(int render_view_id);
|
|
|
| // webrtc::RefCountedModule implementation.
|
| // The creator must call AddRef() after construction and use Release()
|
|
|