| Index: third_party/WebKit/Source/platform/audio/ReverbConvolverStage.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/ReverbConvolverStage.h b/third_party/WebKit/Source/platform/audio/ReverbConvolverStage.h
|
| index 98324549dfed9d738f5367e3e53357b906869933..8b4983af8909acbee9ce850f63c3a7196fbd00a9 100644
|
| --- a/third_party/WebKit/Source/platform/audio/ReverbConvolverStage.h
|
| +++ b/third_party/WebKit/Source/platform/audio/ReverbConvolverStage.h
|
| @@ -35,8 +35,6 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class ReverbAccumulationBuffer;
|
| @@ -88,6 +86,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // ReverbConvolverStage_h
|
|
|