| Index: third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| index a24c26f3306d36101f52e82dd310376594d7e429..f874b06b1f00bd86b40c2e3412273325ba59eea7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| @@ -45,12 +45,11 @@
|
| #include "core/layout/LayoutView.h"
|
| #include "core/layout/compositing/CompositedLayerMapping.h"
|
| #include "core/layout/line/InlineTextBox.h"
|
| -#include "core/layout/svg/LayoutSVGContainer.h"
|
| #include "core/layout/svg/LayoutSVGGradientStop.h"
|
| #include "core/layout/svg/LayoutSVGImage.h"
|
| #include "core/layout/svg/LayoutSVGInlineText.h"
|
| -#include "core/layout/svg/LayoutSVGPath.h"
|
| #include "core/layout/svg/LayoutSVGRoot.h"
|
| +#include "core/layout/svg/LayoutSVGShape.h"
|
| #include "core/layout/svg/LayoutSVGText.h"
|
| #include "core/layout/svg/SVGLayoutTreeAsText.h"
|
| #include "core/page/PrintContext.h"
|
|
|