| 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)
|
|
|
|
|