| Index: Source/core/svg/graphics/SVGImageForContainer.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.cpp b/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| index a7b814c084eb035db3321d9ead3f5a2409c4512c..1f3728c820cccc48f70519325c6aa68f755fb010 100644
|
| --- a/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| @@ -21,11 +21,11 @@
|
| #include "SVGImageForContainer.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "AffineTransform.h"
|
| #include "SVGImage.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/FloatSize.h"
|
| #include "core/platform/graphics/Image.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| namespace WebCore {
|
|
|
|
|