Index: Source/core/platform/audio/HRTFKernel.h |
diff --git a/Source/core/platform/audio/HRTFKernel.h b/Source/core/platform/audio/HRTFKernel.h |
index d407a317a8b019d85d28e879273d3ed39a9f3642..ba440b982031a303396115d3266023f8d4578d53 100644 |
--- a/Source/core/platform/audio/HRTFKernel.h |
+++ b/Source/core/platform/audio/HRTFKernel.h |
@@ -75,8 +75,6 @@ public: |
// Converts back into impulse-response form. |
PassOwnPtr<AudioChannel> createImpulseResponse(); |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
// Note: this is destructive on the passed in AudioChannel. |
HRTFKernel(AudioChannel*, size_t fftSize, float sampleRate); |