Index: content/browser/renderer_host/media/audio_input_renderer_host.cc |
=================================================================== |
--- content/browser/renderer_host/media/audio_input_renderer_host.cc (revision 113173) |
+++ content/browser/renderer_host/media/audio_input_renderer_host.cc (working copy) |
@@ -246,6 +246,7 @@ |
// entry and construct an AudioInputController. |
entry->writer.reset(writer.release()); |
entry->controller = media::AudioInputController::CreateLowLatency( |
+ resource_context_->audio_manager(), |
henrika (OOO until Aug 14)
2011/12/07 10:26:43
Do we need the full resource context here or can w
tommi (sloooow) - chröme
2011/12/07 12:26:44
Only the manager is being injected... am I misunde
henrika (OOO until Aug 14)
2011/12/07 12:48:01
Sorry, I had this question in my head from another
|
this, |
audio_params, |
device_id, |