Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Unified Diff: third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h

Issue 1557363002: Remove the WEB_AUDIO compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h b/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
index adb343c752f7d3f7987b206781a407151c9b04f4..ad8ea74535d5a1cf26fc5d1b677bfdb332d9611d 100644
--- a/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
@@ -29,8 +29,6 @@
#include "modules/webaudio/AudioNode.h"
#include "modules/webaudio/BiquadProcessor.h"
-#if ENABLE(WEB_AUDIO)
-
namespace blink {
class AbstractAudioContext;
@@ -83,6 +81,4 @@ private:
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)
-
#endif // BiquadFilterNode_h

Powered by Google App Engine
This is Rietveld 408576698