summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/platform/audio/MultiChannelResampler.h')
-rw-r--r--third_party/WebKit/Source/platform/audio/MultiChannelResampler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h b/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
index 041efc2..2888e08 100644
--- a/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
+++ b/third_party/WebKit/Source/platform/audio/MultiChannelResampler.h
@@ -34,8 +34,6 @@
#include "wtf/Noncopyable.h"
#include "wtf/OwnPtr.h"
-#if ENABLE(WEB_AUDIO)
-
namespace blink {
class AudioBus;
@@ -62,6 +60,4 @@ private:
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)
-
#endif // MultiChannelResampler_h