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

Unified Diff: Source/modules/webaudio/ChannelSplitterNode.cpp

Issue 604753003: Removing #ifdefs for WEB_AUDIO compile time flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: Source/modules/webaudio/ChannelSplitterNode.cpp
diff --git a/Source/modules/webaudio/ChannelSplitterNode.cpp b/Source/modules/webaudio/ChannelSplitterNode.cpp
index fa0b957ba995202598068cf2fafd338fcb0fca32..5034ddc12e8e9dea26f9b91188b8947bbeb620d7 100644
--- a/Source/modules/webaudio/ChannelSplitterNode.cpp
+++ b/Source/modules/webaudio/ChannelSplitterNode.cpp
@@ -24,8 +24,6 @@
#include "config.h"
-#if ENABLE(WEB_AUDIO)
-
#include "modules/webaudio/ChannelSplitterNode.h"
#include "modules/webaudio/AudioContext.h"
@@ -79,5 +77,3 @@ void ChannelSplitterNode::process(size_t framesToProcess)
}
} // namespace blink
-
-#endif // ENABLE(WEB_AUDIO)

Powered by Google App Engine
This is Rietveld 408576698