Chromium Code Reviews| Index: Source/core/svg/graphics/SVGImageForContainer.cpp |
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.cpp b/Source/core/svg/graphics/SVGImageForContainer.cpp |
| index 96a0080d48c5dbf273d3264646ac82bab8d187dd..f1d1395d51344d92ed26e446ba05563c7aa618c4 100644 |
| --- a/Source/core/svg/graphics/SVGImageForContainer.cpp |
| +++ b/Source/core/svg/graphics/SVGImageForContainer.cpp |
| @@ -20,7 +20,7 @@ |
| #include "config.h" |
| #include "core/svg/graphics/SVGImageForContainer.h" |
| -#include "core/svg/graphics/SVGImage.h" |
| +#include "core/frame/FrameView.h" |
|
fs
2014/05/02 15:22:31
Nit: Not quite sure why this would be needed now.
|
| #include "platform/geometry/FloatRect.h" |
| #include "platform/geometry/FloatSize.h" |
| #include "wtf/PassRefPtr.h" |