| Index: Source/core/platform/graphics/filters/SourceAlpha.cpp
|
| diff --git a/Source/core/platform/graphics/filters/SourceAlpha.cpp b/Source/core/platform/graphics/filters/SourceAlpha.cpp
|
| index 4070da6c5af2d6dda8e382e3022f04265e7acc02..e9631642812a3ac8b94a791401d134022aaffe02 100644
|
| --- a/Source/core/platform/graphics/filters/SourceAlpha.cpp
|
| +++ b/Source/core/platform/graphics/filters/SourceAlpha.cpp
|
| @@ -22,10 +22,10 @@
|
|
|
| #include "core/platform/graphics/filters/SourceAlpha.h"
|
|
|
| -#include "core/platform/graphics/Color.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/filters/Filter.h"
|
| #include "core/rendering/RenderTreeAsText.h"
|
| +#include "platform/graphics/Color.h"
|
| #include "platform/text/TextStream.h"
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/text/WTFString.h"
|
|
|