| Index: third_party/WebKit/Source/platform/audio/HRTFKernel.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp b/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp
|
| index 8ae0a19d6803114f170d17f05ff56886a448170c..722fb665d08d1ea5519cd00465f2bd974d3a5298 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFKernel.cpp
|
| @@ -27,8 +27,6 @@
|
| */
|
|
|
| #include "platform/audio/HRTFKernel.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include "platform/audio/AudioChannel.h"
|
| #include "platform/FloatConversion.h"
|
| #include "wtf/MathExtras.h"
|
| @@ -128,4 +126,3 @@ PassOwnPtr<HRTFKernel> HRTFKernel::createInterpolatedKernel(HRTFKernel* kernel1,
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|