| Index: Source/core/layout/LayoutBoxModelObject.cpp
|
| diff --git a/Source/core/layout/LayoutBoxModelObject.cpp b/Source/core/layout/LayoutBoxModelObject.cpp
|
| index 48e5e0885b85aef64f131ff18d462bc066c5587c..f7b200ade8fe0582dfbdd130e1f2f7157ae71d10 100644
|
| --- a/Source/core/layout/LayoutBoxModelObject.cpp
|
| +++ b/Source/core/layout/LayoutBoxModelObject.cpp
|
| @@ -34,13 +34,13 @@
|
| #include "core/layout/LayoutInline.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/layout/LayoutRegion.h"
|
| +#include "core/layout/LayoutTextFragment.h"
|
| #include "core/layout/LayoutView.h"
|
| #include "core/layout/compositing/CompositedLayerMapping.h"
|
| #include "core/layout/compositing/LayerCompositor.h"
|
| #include "core/layout/style/BorderEdge.h"
|
| #include "core/layout/style/ShadowList.h"
|
| #include "core/page/scrolling/ScrollingConstraints.h"
|
| -#include "core/rendering/RenderTextFragment.h"
|
| #include "platform/LengthFunctions.h"
|
| #include "platform/geometry/TransformState.h"
|
| #include "platform/graphics/DrawLooperBuilder.h"
|
|
|