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

Unified Diff: Source/modules/webaudio/AudioBufferCallback.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/AudioBufferCallback.h
diff --git a/Source/modules/webaudio/AudioBufferCallback.h b/Source/modules/webaudio/AudioBufferCallback.h
index 098a3356a14cc8cc1814738d83c1242ab4e00089..81ed82ee01536cc7264ba1decfaa455f0fbf8e1a 100644
--- a/Source/modules/webaudio/AudioBufferCallback.h
+++ b/Source/modules/webaudio/AudioBufferCallback.h
@@ -25,8 +25,6 @@
#ifndef AudioBufferCallback_h
#define AudioBufferCallback_h
-#if ENABLE(WEB_AUDIO)
-
#include "platform/heap/Handle.h"
namespace blink {
@@ -42,6 +40,4 @@ public:
} // namespace
-#endif // ENABLE(WEB_AUDIO)
-
#endif // AudioBufferCallback_h

Powered by Google App Engine
This is Rietveld 408576698