| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index 82003dbf4008fc1a0eb01b76e1b50c5b5742567f..9521b746c55a0f0a0a7125643229a29f27933263 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"
|
|
|