| Index: Source/core/platform/graphics/filters/FEComposite.cpp
|
| diff --git a/Source/core/platform/graphics/filters/FEComposite.cpp b/Source/core/platform/graphics/filters/FEComposite.cpp
|
| index d70bff83b8a3b636e47065a4da33e2ac13a81b0e..31723208218a0ad9510fbf84faf83c83188bd1ee 100644
|
| --- a/Source/core/platform/graphics/filters/FEComposite.cpp
|
| +++ b/Source/core/platform/graphics/filters/FEComposite.cpp
|
| @@ -30,15 +30,14 @@
|
| #include "SkFlattenableBuffers.h"
|
| #include "SkXfermodeImageFilter.h"
|
|
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/filters/SkiaImageFilterBuilder.h"
|
| #include "platform/text/TextStream.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
|
|
| #include "wtf/Uint8ClampedArray.h"
|
|
|
| -#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
|
| -
|
| namespace WebCore {
|
|
|
| FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
|
|
|