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

Unified Diff: Source/modules/webaudio/MediaStreamAudioDestinationNode.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/MediaStreamAudioDestinationNode.h
diff --git a/Source/modules/webaudio/MediaStreamAudioDestinationNode.h b/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
index 8f08b5e428856e295b764b51be564380932d85ec..dcd6f7c199c723b88b90d667bcf967793907db9c 100644
--- a/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
+++ b/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
@@ -25,8 +25,6 @@
#ifndef MediaStreamAudioDestinationNode_h
#define MediaStreamAudioDestinationNode_h
-#if ENABLE(WEB_AUDIO)
-
#include "platform/audio/AudioBus.h"
#include "modules/mediastream/MediaStream.h"
#include "modules/webaudio/AudioBasicInspectorNode.h"
@@ -64,8 +62,6 @@ private:
RefPtr<AudioBus> m_mixBus;
};
-} // namespace blink
-
-#endif // ENABLE(WEB_AUDIO)
-
#endif // MediaStreamAudioDestinationNode_h
Raymond Toy 2014/09/25 17:43:18 Isn't this in the wrong place now?
+
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698