| Index: Source/core/platform/graphics/filters/FEBlend.cpp
|
| diff --git a/Source/core/platform/graphics/filters/FEBlend.cpp b/Source/core/platform/graphics/filters/FEBlend.cpp
|
| index 3391ce7bda00db61ab5c9416fbd4706f4541fe51..64fdc408759316b6cf84d41371d5c63397d94376 100644
|
| --- a/Source/core/platform/graphics/filters/FEBlend.cpp
|
| +++ b/Source/core/platform/graphics/filters/FEBlend.cpp
|
| @@ -35,10 +35,10 @@
|
|
|
| #include <wtf/Uint8ClampedArray.h>
|
|
|
| -#include "NativeImageSkia.h"
|
| #include "SkBitmapSource.h"
|
| #include "SkBlendImageFilter.h"
|
| #include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
|
| +#include "core/platform/graphics/skia/NativeImageSkia.h"
|
|
|
| typedef unsigned char (*BlendType)(unsigned char colorA, unsigned char colorB, unsigned char alphaA, unsigned char alphaB);
|
|
|
|
|