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

Unified Diff: Source/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.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
Index: Source/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
diff --git a/Source/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h b/Source/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
index 6de7d8b7bf999702c6856c7cdffdd60564b4ed4d..968dff8dfe6d1fe7213eadadfb06f1e3a1f1d7ec 100644
--- a/Source/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
+++ b/Source/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
@@ -32,7 +32,7 @@
#include "platform/graphics/cpu/arm/filters/NEONHelpers.h"
#include "platform/graphics/filters/FEGaussianBlur.h"
-namespace WebCore {
+namespace blink {
inline void boxBlurNEON(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* dstPixelArray,
unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight)
@@ -71,7 +71,7 @@ inline void boxBlurNEON(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* dst
}
}
-} // namespace WebCore
+} // namespace blink
#endif // HAVE(ARM_NEON_INTRINSICS)

Powered by Google App Engine
This is Rietveld 408576698