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

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

Issue 12383016: Merge AssociateStreamWithProducer message into CreateStream message for both audio output and input. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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_local_audio_renderer.h
diff --git a/content/renderer/media/webrtc_local_audio_renderer.h b/content/renderer/media/webrtc_local_audio_renderer.h
index 0bd310ab2d36d403a84b6b2ff14e2322808bee5b..0bdb316d9e0be6fd261c9b1a7fc599cf3cc2c5d1 100644
--- a/content/renderer/media/webrtc_local_audio_renderer.h
+++ b/content/renderer/media/webrtc_local_audio_renderer.h
@@ -16,6 +16,7 @@
namespace media {
class AudioBus;
+class AudioOutputDevice;
class AudioParameters;
}
@@ -25,7 +26,6 @@ class AudioTrackInterface;
namespace content {
-class RendererAudioOutputDevice;
class WebRtcAudioCapturer;
// WebRtcLocalAudioRenderer is a webkit_media::MediaStreamAudioRenderer
@@ -105,7 +105,7 @@ class CONTENT_EXPORT WebRtcLocalAudioRenderer
const int source_render_view_id_;
// The sink (destination) for rendered audio.
- scoped_refptr<RendererAudioOutputDevice> sink_;
+ scoped_refptr<media::AudioOutputDevice> sink_;
// Used to DCHECK that we are called on the correct thread.
base::ThreadChecker thread_checker_;
« no previous file with comments | « content/renderer/media/webrtc_audio_renderer.cc ('k') | content/renderer/media/webrtc_local_audio_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698