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

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

Issue 2651353002: Get the device ID in 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);
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
}

Powered by Google App Engine
This is Rietveld 408576698