| Index: third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp b/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp
|
| index adfff70c1d9da0a84c514fecac4e7f982d960a29..eabccdc76d2c0eb3af18e50e655c62901f943655 100644
|
| --- a/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp
|
| +++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp
|
| @@ -94,6 +94,7 @@ void MediaStreamComponent::AudioSourceProviderImpl::wrap(
|
| void MediaStreamComponent::getSettings(
|
| WebMediaStreamTrack::Settings& settings) {
|
| DCHECK(m_trackData);
|
| + m_source->getSettings(settings);
|
| m_trackData->getSettings(settings);
|
| }
|
|
|
|
|