summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp')
-rw-r--r--third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp b/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
index 6749e04d..0b3c744 100644
--- a/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
+++ b/third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
@@ -24,8 +24,6 @@
#include "wtf/build_config.h"
-#if ENABLE(WEB_AUDIO)
-
#if OS(ANDROID) && USE(WEBAUDIO_OPENMAX_DL_FFT)
#include "platform/audio/FFTFrame.h"
@@ -174,4 +172,3 @@ OMXFFTSpec_R_F32* FFTFrame::contextForSize(unsigned log2FFTSize)
#endif // #if OS(ANDROID) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
-#endif // ENABLE(WEB_AUDIO)