| Index: Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
|
| diff --git a/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp b/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
|
| index f22ff1a90a6998e722db065c6df17d87278d3027..b0697ea5c2f944ad6e95f02ea12ca2547d17a025 100644
|
| --- a/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
|
| +++ b/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
|
| @@ -26,13 +26,13 @@
|
|
|
| #include "core/platform/graphics/filters/FEConvolveMatrix.h"
|
|
|
| -#include "core/platform/graphics/filters/ParallelJobs.h"
|
| +#include "platform/graphics/filters/ParallelJobs.h"
|
| +#include "platform/graphics/filters/SkiaImageFilterBuilder.h"
|
| #include "platform/text/TextStream.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/Uint8ClampedArray.h"
|
|
|
| #include "SkMatrixConvolutionImageFilter.h"
|
| -#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|