diff options
Diffstat (limited to 'third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h')
-rw-r--r-- | third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h index 853080d..bb8ef41 100644 --- a/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h +++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.h @@ -36,8 +36,6 @@ #include "wtf/OwnPtr.h" #include "wtf/PassOwnPtr.h" -#if ENABLE(WEB_AUDIO) - namespace blink { class PLATFORM_EXPORT DynamicsCompressorKernel { @@ -132,6 +130,4 @@ protected: } // namespace blink -#endif // ENABLE(WEB_AUDIO) - #endif // DynamicsCompressorKernel_h |