| Index: Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceMasker.h b/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| index 778d9ca491e9687cbab641f4713657f81c0bc304..9234f5f2975d026176c2c4bdd53b51488993fc31 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceMasker.h
|
| @@ -21,13 +21,13 @@
|
| #define RenderSVGResourceMasker_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGResourceContainer.h"
|
| #include "SVGMaskElement.h"
|
| #include "SVGUnitTypes.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/IntSize.h"
|
| +#include "core/rendering/svg/RenderSVGResourceContainer.h"
|
|
|
| #include <wtf/HashMap.h>
|
| #include <wtf/OwnPtr.h>
|
|
|