Chromium Code Reviews| 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); |
|
miu
2017/01/31 01:23:20
There was the earlier change to WebMediaStreamTrac
hta - Chromium
2017/02/06 01:33:10
I am staring at (in another CL) whether or not tha
|
| } |