Index: Source/core/paint/TextPainter.cpp |
diff --git a/Source/core/paint/TextPainter.cpp b/Source/core/paint/TextPainter.cpp |
index 3cfbd11de45d5f9fd6d596a18d253ddbfe9faab4..d0b56447620ac7df77e8c0535d6f8d1ed6c46d50 100644 |
--- a/Source/core/paint/TextPainter.cpp |
+++ b/Source/core/paint/TextPainter.cpp |
@@ -7,11 +7,11 @@ |
#include "core/CSSPropertyNames.h" |
#include "core/frame/Settings.h" |
+#include "core/layout/LayoutCombineText.h" |
#include "core/layout/LayoutObject.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" |