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

Unified Diff: third_party/WebKit/Source/platform/audio/VectorMath.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/platform/audio/VectorMath.h
diff --git a/third_party/WebKit/Source/platform/audio/VectorMath.h b/third_party/WebKit/Source/platform/audio/VectorMath.h
index 265222f5d61825454a93d2cf5505a3cbbefdbe06..467ef7507d863ac1dcb4783c40edc891110f1ce6 100644
--- a/third_party/WebKit/Source/platform/audio/VectorMath.h
+++ b/third_party/WebKit/Source/platform/audio/VectorMath.h
@@ -29,8 +29,6 @@
#include "wtf/build_config.h"
#include <cstddef>
-#if ENABLE(WEB_AUDIO)
-
// Defines the interface for several vector math functions whose implementation will ideally be optimized.
namespace blink {
@@ -60,6 +58,4 @@ PLATFORM_EXPORT void vclip(const float* sourceP, int sourceStride, const float*
} // namespace VectorMath
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)
-
#endif // VectorMath_h
« no previous file with comments | « third_party/WebKit/Source/platform/audio/UpSampler.cpp ('k') | third_party/WebKit/Source/platform/audio/VectorMath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698