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

Unified Diff: Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.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/android/FFTFrameOpenMAXDLAndroid.cpp
diff --git a/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp b/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
index b4abb2ae399b372604cb673ff6779b847ceebe95..d9d8ec96bb188a3976f0cf211eac6672e6a4ee9e 100644
--- a/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
+++ b/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp
@@ -24,8 +24,6 @@
#include "config.h"
-#if ENABLE(WEB_AUDIO)
-
#if OS(ANDROID) && USE(WEBAUDIO_OPENMAX_DL_FFT)
#include "platform/audio/FFTFrame.h"
@@ -173,5 +171,3 @@ OMXFFTSpec_R_F32* FFTFrame::contextForSize(unsigned log2FFTSize)
} // namespace blink
#endif // #if OS(ANDROID) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
-
-#endif // ENABLE(WEB_AUDIO)

Powered by Google App Engine
This is Rietveld 408576698