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

Unified Diff: Source/platform/audio/SincResampler.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/SincResampler.h ('k') | Source/platform/audio/UpSampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/SincResampler.cpp
diff --git a/Source/platform/audio/SincResampler.cpp b/Source/platform/audio/SincResampler.cpp
index 657b93cd414673e20407e2e9b1435e5c9747c0f7..bf4880d4ecbb67629a28690d00067cdd7c72584b 100644
--- a/Source/platform/audio/SincResampler.cpp
+++ b/Source/platform/audio/SincResampler.cpp
@@ -69,7 +69,7 @@ using namespace std;
//
// note: we're glossing over how the sub-sample handling works with m_virtualSourceIndex, etc.
-namespace WebCore {
+namespace blink {
SincResampler::SincResampler(double scaleFactor, unsigned kernelSize, unsigned numberOfKernelOffsets)
: m_scaleFactor(scaleFactor)
@@ -470,6 +470,6 @@ void SincResampler::process(AudioSourceProvider* sourceProvider, float* destinat
}
}
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/audio/SincResampler.h ('k') | Source/platform/audio/UpSampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698