Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2299)

Unified Diff: content/renderer/media/webrtc_audio_device_impl.h

Issue 10836025: Part 1: Plumb render view ID to render host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698