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

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

Issue 1557363002: Remove the WEB_AUDIO compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 23f8e5fefdee465e4f6d26df4d04ec166d1d6579..a05a6ab8115897e25a5a46884fb2a70d57fc8248 100644
--- a/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp
+++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp
@@ -63,7 +63,6 @@ void MediaStreamComponent::dispose()
m_extraData.clear();
}
-#if ENABLE(WEB_AUDIO)
void MediaStreamComponent::AudioSourceProviderImpl::wrap(WebAudioSourceProvider* provider)
{
MutexLocker locker(m_provideInputLock);
@@ -90,7 +89,6 @@ void MediaStreamComponent::AudioSourceProviderImpl::provideInput(AudioBus* bus,
m_webAudioSourceProvider->provideInput(webAudioData, framesToProcess);
}
-#endif // #if ENABLE(WEB_AUDIO)
DEFINE_TRACE(MediaStreamComponent)
{

Powered by Google App Engine
This is Rietveld 408576698