summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/audio/mkl/FFTFrameMKL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/audio/mkl/FFTFrameMKL.cpp')
-rw-r--r--Source/WebCore/platform/audio/mkl/FFTFrameMKL.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/platform/audio/mkl/FFTFrameMKL.cpp b/Source/WebCore/platform/audio/mkl/FFTFrameMKL.cpp
index f66a485..3ac6b36 100644
--- a/Source/WebCore/platform/audio/mkl/FFTFrameMKL.cpp
+++ b/Source/WebCore/platform/audio/mkl/FFTFrameMKL.cpp
@@ -200,6 +200,10 @@ void FFTFrame::doInverseFFT(float* data)
ASSERT(DftiErrorClass(status, DFTI_NO_ERROR));
}
+void FFTFrame::initialize()
+{
+}
+
void FFTFrame::cleanup()
{
if (!descriptorHandles)