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

Unified Diff: third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.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
« no previous file with comments | « third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp b/third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
index 156a4a33952f5a1cffcc943c9f6c112387f5f054..47bd13708dc2133e4ee8d05e237db2f79a4debc3 100644
--- a/third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
+++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
@@ -29,8 +29,6 @@
*/
#include "platform/mediastream/MediaStreamWebAudioSource.h"
-
-#if ENABLE(WEB_AUDIO)
#include "platform/audio/AudioBus.h"
#include "public/platform/WebAudioSourceProvider.h"
@@ -67,4 +65,3 @@ void MediaStreamWebAudioSource::provideInput(AudioBus* bus, size_t framesToProce
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698