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

Unified Diff: Source/platform/audio/FFTFrameStub.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/FFTFrameStub.cpp
diff --git a/Source/platform/audio/FFTFrameStub.cpp b/Source/platform/audio/FFTFrameStub.cpp
index 8738a905424b0c065949496320da2c0137270ec7..e5437f45068a442ac007f8dae09b2883f72c164c 100644
--- a/Source/platform/audio/FFTFrameStub.cpp
+++ b/Source/platform/audio/FFTFrameStub.cpp
@@ -27,8 +27,6 @@
#include "config.h"
-#if ENABLE(WEB_AUDIO)
-
#if !OS(MACOSX) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_IPP) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
#include "platform/audio/FFTFrame.h"
@@ -86,5 +84,3 @@ void FFTFrame::cleanup()
} // namespace blink
#endif // !OS(MACOSX) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_IPP) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
-
-#endif // ENABLE(WEB_AUDIO)

Powered by Google App Engine
This is Rietveld 408576698