| Index: Source/core/platform/graphics/filters/FEBlend.h
|
| diff --git a/Source/core/platform/graphics/filters/FEBlend.h b/Source/core/platform/graphics/filters/FEBlend.h
|
| index 5185beb02e8caecdc3d0ecbe6669080864b51a0a..99905ce3f87617c378b04b01fd26fa205d1391b9 100644
|
| --- a/Source/core/platform/graphics/filters/FEBlend.h
|
| +++ b/Source/core/platform/graphics/filters/FEBlend.h
|
| @@ -23,9 +23,9 @@
|
| #ifndef FEBlend_h
|
| #define FEBlend_h
|
|
|
| -#include "core/platform/graphics/filters/FilterEffect.h"
|
| +#include "platform/graphics/filters/FilterEffect.h"
|
|
|
| -#include "core/platform/graphics/filters/Filter.h"
|
| +#include "platform/graphics/filters/Filter.h"
|
|
|
| namespace WebCore {
|
|
|
|
|