| Index: Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceClipper.h b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| index bbd4195b3bba0802b48d078800830f24eb2930ac..20a68cae767965a9d8b4624865b01548ecf15e06 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| @@ -21,7 +21,6 @@
|
| #define RenderSVGResourceClipper_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGResourceContainer.h"
|
| #include "SVGClipPathElement.h"
|
| #include "SVGUnitTypes.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| @@ -29,6 +28,7 @@
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/IntSize.h"
|
| #include "core/platform/graphics/Path.h"
|
| +#include "core/rendering/svg/RenderSVGResourceContainer.h"
|
|
|
| #include <wtf/HashMap.h>
|
| #include <wtf/OwnPtr.h>
|
|
|