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

Unified Diff: third_party/WebKit/Source/platform/audio/Biquad.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/audio/Biquad.h ('k') | third_party/WebKit/Source/platform/audio/Cone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/audio/Biquad.cpp
diff --git a/third_party/WebKit/Source/platform/audio/Biquad.cpp b/third_party/WebKit/Source/platform/audio/Biquad.cpp
index ffa469f040d6eb8a85da362db14d3d2b4e98ca63..d48b721828ca18ec4eabbf577431d04d9aa6a2d5 100644
--- a/third_party/WebKit/Source/platform/audio/Biquad.cpp
+++ b/third_party/WebKit/Source/platform/audio/Biquad.cpp
@@ -27,8 +27,6 @@
*/
#include "platform/audio/Biquad.h"
-
-#if ENABLE(WEB_AUDIO)
#include <stdio.h>
#include <algorithm>
#include "platform/audio/DenormalDisabler.h"
@@ -564,4 +562,3 @@ void Biquad::getFrequencyResponse(int nFrequencies,
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Biquad.h ('k') | third_party/WebKit/Source/platform/audio/Cone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698