Index: Source/core/platform/audio/FFTFrame.h |
diff --git a/Source/core/platform/audio/FFTFrame.h b/Source/core/platform/audio/FFTFrame.h |
index cff4917a67055b0a46203aef443f812def12f76a..7ccf73c0839c2ec72c44ff4f56ab13ac04fb8a4a 100644 |
--- a/Source/core/platform/audio/FFTFrame.h |
+++ b/Source/core/platform/audio/FFTFrame.h |
@@ -102,8 +102,6 @@ public: |
unsigned fftSize() const { return m_FFTSize; } |
unsigned log2FFTSize() const { return m_log2FFTSize; } |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
unsigned m_FFTSize; |
unsigned m_log2FFTSize; |