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

Unified Diff: Source/platform/audio/HRTFPanner.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/HRTFPanner.h ('k') | Source/platform/audio/MultiChannelResampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/HRTFPanner.cpp
diff --git a/Source/platform/audio/HRTFPanner.cpp b/Source/platform/audio/HRTFPanner.cpp
index 63d9fc49628394fbba237fa1de46c6c77615b84d..04e410dba233decde70c91472d12cf7ba6103ab3 100644
--- a/Source/platform/audio/HRTFPanner.cpp
+++ b/Source/platform/audio/HRTFPanner.cpp
@@ -36,7 +36,7 @@
using namespace std;
-namespace WebCore {
+namespace blink {
// The value of 2 milliseconds is larger than the largest delay which exists in any HRTFKernel from the default HRTFDatabase (0.0136 seconds).
// We ASSERT the delay values used in process() with this value.
@@ -308,6 +308,6 @@ double HRTFPanner::latencyTime() const
return (fftSize() / 2) / static_cast<double>(sampleRate());
}
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/audio/HRTFPanner.h ('k') | Source/platform/audio/MultiChannelResampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698