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

Unified Diff: third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp

Issue 2645613005: MediaStreamTrack: Add echo-cancellation and device-id to getSettings (Closed)
Patch Set: Created 3 years, 11 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: 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);
}

Powered by Google App Engine
This is Rietveld 408576698