| Index: Source/core/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
|
| diff --git a/Source/core/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h b/Source/core/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
|
| index 600704ebb3f9549747ca92a925a32697aa3a9c03..d1cd4d7abe2fe934565f7b2943e71855cb984537 100644
|
| --- a/Source/core/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
|
| +++ b/Source/core/platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h
|
| @@ -29,8 +29,8 @@
|
|
|
| #if HAVE(ARM_NEON_INTRINSICS)
|
|
|
| -#include "FEGaussianBlur.h"
|
| -#include "NEONHelpers.h"
|
| +#include "core/platform/graphics/cpu/arm/filters/NEONHelpers.h"
|
| +#include "core/platform/graphics/filters/FEGaussianBlur.h"
|
|
|
| namespace WebCore {
|
|
|
|
|