Index: Source/core/paint/TextPainter.cpp |
diff --git a/Source/core/paint/TextPainter.cpp b/Source/core/paint/TextPainter.cpp |
index 3cfbd11de45d5f9fd6d596a18d253ddbfe9faab4..069506e6e067a6e8a9a527800068685396fd5b62 100644 |
--- a/Source/core/paint/TextPainter.cpp |
+++ b/Source/core/paint/TextPainter.cpp |
@@ -8,10 +8,10 @@ |
#include "core/CSSPropertyNames.h" |
#include "core/frame/Settings.h" |
#include "core/layout/LayoutObject.h" |
+#include "core/layout/LayoutTextCombine.h" |
#include "core/layout/line/InlineTextBox.h" |
#include "core/layout/style/LayoutStyle.h" |
#include "core/layout/style/ShadowList.h" |
-#include "core/rendering/RenderCombineText.h" |
#include "platform/fonts/Font.h" |
#include "platform/graphics/GraphicsContext.h" |
#include "platform/graphics/GraphicsContextStateSaver.h" |