| Index: Source/core/platform/graphics/filters/SourceGraphic.h
|
| diff --git a/Source/core/platform/graphics/filters/SourceGraphic.h b/Source/core/platform/graphics/filters/SourceGraphic.h
|
| index 07ff458cf8757bea31550a575d195523f56a1400..6fd2c77cbbd544154040a5ef5c318434495ff87a 100644
|
| --- a/Source/core/platform/graphics/filters/SourceGraphic.h
|
| +++ b/Source/core/platform/graphics/filters/SourceGraphic.h
|
| @@ -22,8 +22,8 @@
|
| #ifndef SourceGraphic_h
|
| #define SourceGraphic_h
|
|
|
| -#include "FilterEffect.h"
|
| -#include "Filter.h"
|
| +#include "core/platform/graphics/filters/Filter.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|