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

Unified Diff: Source/platform/graphics/cpu/arm/filters/FEBlendNEON.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/FEBlendNEON.h
diff --git a/Source/platform/graphics/cpu/arm/filters/FEBlendNEON.h b/Source/platform/graphics/cpu/arm/filters/FEBlendNEON.h
index 9fb3af57f90ea888562536260e98b451c94e38ca..7e0542c8f35fb846ca1959c73ba98059e3df9e19 100644
--- a/Source/platform/graphics/cpu/arm/filters/FEBlendNEON.h
+++ b/Source/platform/graphics/cpu/arm/filters/FEBlendNEON.h
@@ -33,7 +33,7 @@
#include <arm_neon.h>
-namespace WebCore {
+namespace blink {
class FEBlendUtilitiesNEON {
public:
@@ -167,7 +167,7 @@ void FEBlend::platformApplyNEON(unsigned char* srcPixelArrayA, unsigned char* sr
}
}
-} // namespace WebCore
+} // namespace blink
#endif // HAVE(ARM_NEON_INTRINSICS)

Powered by Google App Engine
This is Rietveld 408576698