| Index: services/media/factory_service/media_sink_impl.cc
|
| diff --git a/services/media/factory_service/media_sink_impl.cc b/services/media/factory_service/media_sink_impl.cc
|
| index e6bbeec8402f52a09b34f49d3350a8cd60a0ad16..dc5854337d006efdc5a3b23bebf986f9c915c032 100644
|
| --- a/services/media/factory_service/media_sink_impl.cc
|
| +++ b/services/media/factory_service/media_sink_impl.cc
|
| @@ -67,7 +67,7 @@ MediaSinkImpl::MediaSinkImpl(const String& destination_url,
|
| // An AudioTrackController knows how to talk to an audio track, interrogating
|
| // it for supported stream types and configuring it for the chosen stream
|
| // type.
|
| - controller_.reset(new AudioTrackController(destination_url, app()));
|
| + controller_.reset(new AudioTrackController(destination_url, owner->shell()));
|
|
|
| controller_->GetSupportedMediaTypes([this, consumer_ref, producer_ref,
|
| captured_stream_type](
|
|
|