| Index: Source/core/svg/SVGFEFloodElement.h
|
| diff --git a/Source/core/svg/SVGFEFloodElement.h b/Source/core/svg/SVGFEFloodElement.h
|
| index 68820384f8f7d7d08c1ce63d0bc4ba9eb507d4e5..4fa91b678341b5e8a3a3bdd739134aa10789f788 100644
|
| --- a/Source/core/svg/SVGFEFloodElement.h
|
| +++ b/Source/core/svg/SVGFEFloodElement.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef SVGFEFloodElement_h
|
| #define SVGFEFloodElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEFlood.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FEFlood.h"
|
|
|
| namespace WebCore {
|
|
|
|
|