diff options
Diffstat (limited to 'third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h')
-rw-r--r-- | third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h b/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h index f31cd30..932fd6c 100644 --- a/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h +++ b/third_party/WebKit/Source/platform/audio/ReverbInputBuffer.h @@ -34,8 +34,6 @@ #include "wtf/Allocator.h" #include "wtf/Noncopyable.h" -#if ENABLE(WEB_AUDIO) - namespace blink { // ReverbInputBuffer is used to buffer input samples for deferred processing by the background threads. @@ -68,6 +66,4 @@ private: } // namespace blink -#endif // ENABLE(WEB_AUDIO) - #endif // ReverbInputBuffer_h |