| 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 a4d9c5bc415bacafa2278fced5278943a0c7e4ed..5420dc3249f3bd89646b49edf759d404aaab8e3f 100644 | 
| --- a/Source/core/platform/graphics/filters/SourceAlpha.cpp | 
| +++ b/Source/core/platform/graphics/filters/SourceAlpha.cpp | 
| @@ -22,8 +22,9 @@ | 
|  | 
| #include "core/platform/graphics/filters/SourceAlpha.h" | 
|  | 
| -#include "core/platform/graphics/GraphicsContext.h" | 
| #include "platform/graphics/Color.h" | 
| +#include "platform/graphics/GraphicsContext.h" | 
| +#include "platform/graphics/filters/Filter.h" | 
| #include "platform/text/TextStream.h" | 
| #include "wtf/StdLibExtras.h" | 
| #include "wtf/text/WTFString.h" | 
|  |