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

Unified Diff: Source/platform/audio/Panner.cpp

Issue 604753003: Removing #ifdefs for WEB_AUDIO compile time flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: Source/platform/audio/Panner.cpp
diff --git a/Source/platform/audio/Panner.cpp b/Source/platform/audio/Panner.cpp
index 6d78b2e3a7d4b57e1bad2ccac520c1ca09ac8735..50300ff60746681053f9c5bab945dca70e13e315 100644
--- a/Source/platform/audio/Panner.cpp
+++ b/Source/platform/audio/Panner.cpp
@@ -28,8 +28,6 @@
#include "config.h"
-#if ENABLE(WEB_AUDIO)
-
#include "platform/audio/Panner.h"
#include "platform/audio/EqualPowerPanner.h"
@@ -59,5 +57,3 @@ Panner* Panner::create(PanningModel model, float sampleRate, HRTFDatabaseLoader*
}
} // namespace blink
-
-#endif // ENABLE(WEB_AUDIO)

Powered by Google App Engine
This is Rietveld 408576698