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

Unified Diff: third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.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
Index: third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
diff --git a/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp b/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
index fd3191d99b2da92b33454a74a556d5c9d0cc2e8d..5998d80c9ef5155f0a0fbbc29bef3af521a8a78e 100644
--- a/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
+++ b/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
@@ -29,8 +29,6 @@
#include "wtf/build_config.h"
-#if ENABLE(WEB_AUDIO)
-
#if USE(WEBAUDIO_IPP)
#include "platform/audio/FFTFrame.h"
@@ -140,4 +138,3 @@ float* FFTFrame::getUpToDateComplexData()
#endif // USE(WEBAUDIO_IPP)
-#endif // ENABLE(WEB_AUDIO)

Powered by Google App Engine
This is Rietveld 408576698