summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/audio/VectorMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/platform/audio/VectorMath.h')
-rw-r--r--third_party/WebKit/Source/platform/audio/VectorMath.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/platform/audio/VectorMath.h b/third_party/WebKit/Source/platform/audio/VectorMath.h
index 265222f..467ef75 100644
--- a/third_party/WebKit/Source/platform/audio/VectorMath.h
+++ b/third_party/WebKit/Source/platform/audio/VectorMath.h
@@ -29,8 +29,6 @@
#include "wtf/build_config.h"
#include <cstddef>
-#if ENABLE(WEB_AUDIO)
-
// Defines the interface for several vector math functions whose implementation will ideally be optimized.
namespace blink {
@@ -60,6 +58,4 @@ PLATFORM_EXPORT void vclip(const float* sourceP, int sourceStride, const float*
} // namespace VectorMath
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)
-
#endif // VectorMath_h