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

Unified Diff: Source/modules/webaudio/MediaStreamAudioSourceNode.h

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/modules/webaudio/MediaStreamAudioSourceNode.h
diff --git a/Source/modules/webaudio/MediaStreamAudioSourceNode.h b/Source/modules/webaudio/MediaStreamAudioSourceNode.h
index 46e9581b60e14a770879f6a1a2d03fae2999ac92..3d42f2060fc9fb613c5ad62d0792df0cc39c517f 100644
--- a/Source/modules/webaudio/MediaStreamAudioSourceNode.h
+++ b/Source/modules/webaudio/MediaStreamAudioSourceNode.h
@@ -25,8 +25,6 @@
#ifndef MediaStreamAudioSourceNode_h
#define MediaStreamAudioSourceNode_h
-#if ENABLE(WEB_AUDIO)
-
#include "platform/audio/AudioSourceProvider.h"
#include "platform/audio/AudioSourceProviderClient.h"
#include "modules/mediastream/MediaStream.h"
@@ -77,6 +75,4 @@ private:
} // namespace blink
-#endif // ENABLE(WEB_AUDIO)
-
#endif // MediaStreamAudioSourceNode_h

Powered by Google App Engine
This is Rietveld 408576698