| Index: Source/platform/graphics/filters/FEComposite.cpp
|
| diff --git a/Source/core/platform/graphics/filters/FEComposite.cpp b/Source/platform/graphics/filters/FEComposite.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/graphics/filters/FEComposite.cpp
|
| rename to Source/platform/graphics/filters/FEComposite.cpp
|
| index 31723208218a0ad9510fbf84faf83c83188bd1ee..78b1b964dd74dcf33a3f968de4b2a36bf6470f75 100644
|
| --- a/Source/core/platform/graphics/filters/FEComposite.cpp
|
| +++ b/Source/platform/graphics/filters/FEComposite.cpp
|
| @@ -24,14 +24,14 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "core/platform/graphics/filters/FEComposite.h"
|
| +#include "platform/graphics/filters/FEComposite.h"
|
|
|
| #include "SkArithmeticMode.h"
|
| #include "SkFlattenableBuffers.h"
|
| #include "SkXfermodeImageFilter.h"
|
|
|
| -#include "core/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h"
|
| #include "platform/graphics/filters/SkiaImageFilterBuilder.h"
|
| #include "platform/text/TextStream.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
|
|