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