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

Unified Diff: Source/platform/audio/VectorMath.h

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/UpSampler.cpp ('k') | Source/platform/audio/VectorMath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/VectorMath.h
diff --git a/Source/platform/audio/VectorMath.h b/Source/platform/audio/VectorMath.h
index e84b18de5c2172a101a2663bcd76cf7a872d2999..edd4e31382c93120ce896693b80db1ccb818500b 100644
--- a/Source/platform/audio/VectorMath.h
+++ b/Source/platform/audio/VectorMath.h
@@ -29,7 +29,7 @@
// Defines the interface for several vector math functions whose implementation will ideally be optimized.
-namespace WebCore {
+namespace blink {
namespace VectorMath {
// Vector scalar multiply and then add.
@@ -54,6 +54,6 @@ PLATFORM_EXPORT void zvmul(const float* real1P, const float* imag1P, const float
PLATFORM_EXPORT void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, const float* highThresholdP, float* destP, int destStride, size_t framesToProcess);
} // namespace VectorMath
-} // namespace WebCore
+} // namespace blink
#endif // VectorMath_h
« no previous file with comments | « Source/platform/audio/UpSampler.cpp ('k') | Source/platform/audio/VectorMath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698