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

Unified Diff: Source/platform/audio/ZeroPole.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/platform/audio/ZeroPole.cpp
diff --git a/Source/platform/audio/ZeroPole.cpp b/Source/platform/audio/ZeroPole.cpp
index 0d569fd30ef392db4fd648318502cfcbd45a2593..d577da9204464f2d2fba3bce52430294661d39da 100644
--- a/Source/platform/audio/ZeroPole.cpp
+++ b/Source/platform/audio/ZeroPole.cpp
@@ -28,8 +28,6 @@
#include "config.h"
-#if ENABLE(WEB_AUDIO)
-
#include "platform/audio/ZeroPole.h"
#include "platform/audio/DenormalDisabler.h"
@@ -70,5 +68,3 @@ void ZeroPole::process(const float *source, float *destination, unsigned framesT
}
} // namespace blink
-
-#endif // ENABLE(WEB_AUDIO)

Powered by Google App Engine
This is Rietveld 408576698