Index: Source/core/layout/LayoutListBox.cpp |
diff --git a/Source/core/layout/LayoutListBox.cpp b/Source/core/layout/LayoutListBox.cpp |
index c66d5a52d55d85ba0873106409c4e38e99839807..bdedad4d620d93b6d9fba7b49bfdad3d8465462d 100644 |
--- a/Source/core/layout/LayoutListBox.cpp |
+++ b/Source/core/layout/LayoutListBox.cpp |
@@ -47,6 +47,7 @@ |
#include "core/html/HTMLSelectElement.h" |
#include "core/layout/HitTestResult.h" |
#include "core/layout/Layer.h" |
+#include "core/layout/LayoutText.h" |
#include "core/layout/LayoutTheme.h" |
#include "core/layout/LayoutView.h" |
#include "core/layout/PaintInfo.h" |
@@ -55,7 +56,6 @@ |
#include "core/page/FocusController.h" |
#include "core/page/Page.h" |
#include "core/page/SpatialNavigation.h" |
-#include "core/rendering/RenderText.h" |
#include "platform/fonts/FontCache.h" |
#include "platform/graphics/GraphicsContext.h" |
#include "platform/text/BidiTextRun.h" |