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

Unified Diff: Source/platform/audio/Panner.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/Panner.h ('k') | Source/platform/audio/Reverb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/Panner.cpp
diff --git a/Source/platform/audio/Panner.cpp b/Source/platform/audio/Panner.cpp
index 6c8629d0bdcad3b04f071e30c14174fb1e09be47..2468a470eb9bef6877c22f696deb8412b8a12e3c 100644
--- a/Source/platform/audio/Panner.cpp
+++ b/Source/platform/audio/Panner.cpp
@@ -36,7 +36,7 @@
#include "platform/audio/HRTFPanner.h"
#include "wtf/OwnPtr.h"
-namespace WebCore {
+namespace blink {
PassOwnPtr<Panner> Panner::create(PanningModel model, float sampleRate, HRTFDatabaseLoader* databaseLoader)
{
@@ -59,6 +59,6 @@ PassOwnPtr<Panner> Panner::create(PanningModel model, float sampleRate, HRTFData
return panner.release();
}
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/audio/Panner.h ('k') | Source/platform/audio/Reverb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698