| Index: Source/core/platform/graphics/filters/SourceAlpha.h
|
| diff --git a/Source/core/platform/graphics/filters/SourceAlpha.h b/Source/core/platform/graphics/filters/SourceAlpha.h
|
| index 894c4f37ed1c461343df1ef7a85d028cfe42c7cb..b5f352a637cbc13fa53f7dbc3dc6219709812856 100644
|
| --- a/Source/core/platform/graphics/filters/SourceAlpha.h
|
| +++ b/Source/core/platform/graphics/filters/SourceAlpha.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef SourceAlpha_h
|
| #define SourceAlpha_h
|
|
|
| -#include "FilterEffect.h"
|
| -#include "Filter.h"
|
| +#include "core/platform/graphics/filters/Filter.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|