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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioChannel.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/AudioChannel.h
diff --git a/third_party/WebKit/Source/platform/audio/AudioChannel.h b/third_party/WebKit/Source/platform/audio/AudioChannel.h
index 9863efb38fa847abad1775feaf458d98aed70143..a1fb5ad70c84d19caea27d94233232121ed03a5d 100644
--- a/third_party/WebKit/Source/platform/audio/AudioChannel.h
+++ b/third_party/WebKit/Source/platform/audio/AudioChannel.h
@@ -34,8 +34,6 @@
#include "wtf/Allocator.h"
#include "wtf/PassOwnPtr.h"
-#if ENABLE(WEB_AUDIO)
-
namespace blink {
// An AudioChannel represents a buffer of non-interleaved floating-point audio samples.
@@ -141,6 +139,4 @@ private:
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)
-
#endif // AudioChannel_h
« no previous file with comments | « third_party/WebKit/Source/platform/audio/AudioBus.cpp ('k') | third_party/WebKit/Source/platform/audio/AudioChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698