| Index: third_party/WebKit/Source/platform/audio/EqualPowerPanner.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/EqualPowerPanner.h b/third_party/WebKit/Source/platform/audio/EqualPowerPanner.h
|
| index d70db29a5a431c06fe17bf46c3dc2f50d95d3af3..418dd8c7ca858efd29ee2e46e311d81ef1239dd7 100644
|
| --- a/third_party/WebKit/Source/platform/audio/EqualPowerPanner.h
|
| +++ b/third_party/WebKit/Source/platform/audio/EqualPowerPanner.h
|
| @@ -27,8 +27,6 @@
|
|
|
| #include "platform/audio/Panner.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| // Common type of stereo panner as found in normal audio mixing equipment.
|
| @@ -55,6 +53,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // EqualPowerPanner_h
|
|
|