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

Unified Diff: Source/platform/audio/AudioDestination.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/platform/audio/AudioDestination.h ('k') | Source/platform/audio/AudioDestinationConsumer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioDestination.cpp
diff --git a/Source/platform/audio/AudioDestination.cpp b/Source/platform/audio/AudioDestination.cpp
index 2cab7ec6f7dd987abb81a6ad717d76a074766ee5..6a9e1dea2408bf45ef50b7d8fd1403a084c603d1 100644
--- a/Source/platform/audio/AudioDestination.cpp
+++ b/Source/platform/audio/AudioDestination.cpp
@@ -36,7 +36,7 @@
#include "platform/audio/AudioPullFIFO.h"
#include "public/platform/Platform.h"
-namespace WebCore {
+namespace blink {
// Buffer size at which the web audio engine will render.
const unsigned renderBufferSize = 128;
@@ -175,6 +175,6 @@ void AudioDestination::provideInput(AudioBus* bus, size_t framesToProcess)
m_callback.render(sourceBus, bus, framesToProcess);
}
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/audio/AudioDestination.h ('k') | Source/platform/audio/AudioDestinationConsumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698