| Index: Source/core/svg/graphics/SVGImageCache.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageCache.cpp b/Source/core/svg/graphics/SVGImageCache.cpp
|
| index 88161a96e60458c17afab0ba9d67c503a639b864..58d4fca1dc58723df56d508676bb4cf0374eb614 100644
|
| --- a/Source/core/svg/graphics/SVGImageCache.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageCache.cpp
|
| @@ -25,11 +25,11 @@
|
| #include "CachedImage.h"
|
| #include "FrameView.h"
|
| #include "Page.h"
|
| -#include "RenderSVGRoot.h"
|
| #include "SVGImage.h"
|
| #include "SVGImageForContainer.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| +#include "core/rendering/svg/RenderSVGRoot.h"
|
|
|
| namespace WebCore {
|
|
|
|
|