| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index bfa40aeae283e644323a87f101b36dac4feec555..c5eff52094f0522dfb3d31262b97788995e9e592 100644
|
| --- a/Source/core/rendering/InlineTextBox.cpp
|
| +++ b/Source/core/rendering/InlineTextBox.cpp
|
| @@ -32,7 +32,6 @@
|
| #include "core/frame/Frame.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/Settings.h"
|
| -#include "core/platform/graphics/DrawLooper.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/platform/graphics/WidthIterator.h"
|
| @@ -48,6 +47,7 @@
|
| #include "core/rendering/RenderTheme.h"
|
| #include "core/rendering/style/ShadowList.h"
|
| #include "core/rendering/svg/SVGTextRunRenderingContext.h"
|
| +#include "platform/graphics/DrawLooper.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|