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

Unified Diff: Source/platform/graphics/cpu/arm/filters/NEONHelpers.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/NEONHelpers.h
diff --git a/Source/platform/graphics/cpu/arm/filters/NEONHelpers.h b/Source/platform/graphics/cpu/arm/filters/NEONHelpers.h
index 3a13e4a4b94a787fdf2e0899559c525d82fe42e4..81ef486e758608ada36f305add0b6b214d624b9c 100644
--- a/Source/platform/graphics/cpu/arm/filters/NEONHelpers.h
+++ b/Source/platform/graphics/cpu/arm/filters/NEONHelpers.h
@@ -31,7 +31,7 @@
#include <arm_neon.h>
-namespace WebCore {
+namespace blink {
inline float32x4_t loadRGBA8AsFloat(uint32_t* source)
{
@@ -48,7 +48,7 @@ inline void storeFloatAsRGBA8(float32x4_t data, uint32_t* destination)
*destination = vget_lane_u32(vreinterpret_u32_u8(temporary2), 0);
}
-} // namespace WebCore
+} // namespace blink
#endif // HAVE(ARM_NEON_INTRINSICS)
« no previous file with comments | « Source/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h ('k') | Source/platform/graphics/filters/DistantLightSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698