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

Unified Diff: Source/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.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/FECompositeArithmeticNEON.h
diff --git a/Source/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h b/Source/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
index 1f2a34ef7bcf126387066c84af3a26f217121e4e..bbf793e5ec2628ebfb75f23af25eb68e90bbdad0 100644
--- a/Source/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
+++ b/Source/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
@@ -32,7 +32,7 @@
#include "platform/graphics/filters/FEComposite.h"
#include <arm_neon.h>
-namespace WebCore {
+namespace blink {
template <int b1, int b4>
inline void FEComposite::computeArithmeticPixelsNeon(unsigned char* source, unsigned char* destination,
@@ -92,7 +92,7 @@ inline void FEComposite::platformArithmeticNeon(unsigned char* source, unsigned
computeArithmeticPixelsNeon<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
}
-} // namespace WebCore
+} // namespace blink
#endif // HAVE(ARM_NEON_INTRINSICS)
« no previous file with comments | « Source/platform/graphics/cpu/arm/filters/FEBlendNEON.h ('k') | Source/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698