| Index: Source/core/platform/graphics/filters/FEColorMatrix.h
|
| diff --git a/Source/core/platform/graphics/filters/FEColorMatrix.h b/Source/core/platform/graphics/filters/FEColorMatrix.h
|
| index b8d0544458d90a2e11fafa916f907dfb11cd142f..73e915fd06caaf83806ccca1b683ef04ba577ed6 100644
|
| --- a/Source/core/platform/graphics/filters/FEColorMatrix.h
|
| +++ b/Source/core/platform/graphics/filters/FEColorMatrix.h
|
| @@ -23,9 +23,9 @@
|
| #ifndef FEColorMatrix_h
|
| #define FEColorMatrix_h
|
|
|
| -#include "FilterEffect.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| -#include "Filter.h"
|
| +#include "core/platform/graphics/filters/Filter.h"
|
| #include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|