| Index: Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
|
| diff --git a/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h b/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
|
| index 1729ecca737b7a1e8f1761536ba8fa284f45addc..28195124c627f203e7a694c3674b3054087bbdb0 100644
|
| --- a/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
|
| +++ b/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
|
| @@ -30,7 +30,7 @@
|
|
|
| #include <arm_neon.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace SIMD {
|
|
|
| @@ -297,7 +297,7 @@ ALWAYS_INLINE void packOneRowOfRGBA8ToUnsignedShort565(const uint8_t*& source, u
|
|
|
| } // namespace SIMD
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // HAVE(ARM_NEON_INTRINSICS)
|
|
|
|
|