| Index: Source/core/svg/graphics/SVGImageCache.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageCache.cpp b/Source/core/svg/graphics/SVGImageCache.cpp
|
| index 58d4fca1dc58723df56d508676bb4cf0374eb614..c2de1431870624ce8988b6c0c91dca7804d9a4e6 100644
|
| --- a/Source/core/svg/graphics/SVGImageCache.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageCache.cpp
|
| @@ -22,11 +22,11 @@
|
| #include "SVGImageCache.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "CachedImage.h"
|
| #include "FrameView.h"
|
| #include "Page.h"
|
| #include "SVGImage.h"
|
| #include "SVGImageForContainer.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/rendering/svg/RenderSVGRoot.h"
|
|
|