| Index: Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp
|
| index 0fdf163bbdd624208219549ace9e0df2817967bc..7a3851d16c04afc9df44b4ea4688b313630438f8 100644
|
| --- a/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/Source/core/svg/SVGPatternElement.cpp
|
| @@ -25,11 +25,11 @@
|
|
|
| #include "SVGNames.h"
|
| #include "XLinkNames.h"
|
| -#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include "core/rendering/svg/RenderSVGResourcePattern.h"
|
| #include "core/svg/PatternAttributes.h"
|
| #include "core/svg/SVGElementInstance.h"
|
| #include "core/svg/SVGFitToViewBox.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
|
|
| namespace WebCore {
|
|
|
|
|