| Index: Source/core/layout/LayoutPart.cpp
|
| diff --git a/Source/core/layout/LayoutPart.cpp b/Source/core/layout/LayoutPart.cpp
|
| index 08f2c8f243b497aafb1b448a238fa02486dade3d..64d689a9307682b0fa34b3dfda5fa0e3a16544b2 100644
|
| --- a/Source/core/layout/LayoutPart.cpp
|
| +++ b/Source/core/layout/LayoutPart.cpp
|
| @@ -31,11 +31,11 @@
|
| #include "core/html/HTMLFrameElementBase.h"
|
| #include "core/layout/HitTestResult.h"
|
| #include "core/layout/Layer.h"
|
| +#include "core/layout/svg/LayoutSVGRoot.h"
|
| #include "core/paint/BoxPainter.h"
|
| #include "core/paint/PartPainter.h"
|
| #include "core/plugins/PluginView.h"
|
| #include "core/rendering/RenderView.h"
|
| -#include "core/rendering/svg/RenderSVGRoot.h"
|
|
|
| namespace blink {
|
|
|
|
|