| Index: third_party/WebKit/Source/platform/audio/HRTFElevation.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFElevation.cpp b/third_party/WebKit/Source/platform/audio/HRTFElevation.cpp
|
| index fc78fe58cf3e074ac33a483e13e89ffa827aca58..3792288349671e1bfc1d124c059377fdf42377ef 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFElevation.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFElevation.cpp
|
| @@ -27,8 +27,6 @@
|
| */
|
|
|
| #include "platform/audio/HRTFElevation.h"
|
| -
|
| -#if ENABLE(WEB_AUDIO)
|
| #include <math.h>
|
| #include <algorithm>
|
| #include "platform/audio/AudioBus.h"
|
| @@ -326,4 +324,3 @@ void HRTFElevation::getKernelsFromAzimuth(double azimuthBlend, unsigned azimuthI
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
|
|