Index: Source/core/editing/FrameSelection.cpp |
diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp |
index 78d4dceb878763c5fc9c835d383fceabcddaf676..b07ac8dfa6e8f6baa4301ff12080ed53062e585d 100644 |
--- a/Source/core/editing/FrameSelection.cpp |
+++ b/Source/core/editing/FrameSelection.cpp |
@@ -59,7 +59,6 @@ |
#include "core/page/Page.h" |
#include "core/page/Settings.h" |
#include "core/page/SpatialNavigation.h" |
-#include "core/platform/graphics/GraphicsContext.h" |
#include "core/rendering/HitTestRequest.h" |
#include "core/rendering/HitTestResult.h" |
#include "core/rendering/InlineTextBox.h" |
@@ -69,6 +68,7 @@ |
#include "core/rendering/RenderWidget.h" |
#include "platform/SecureTextInput.h" |
#include "platform/geometry/FloatQuad.h" |
+#include "platform/graphics/GraphicsContext.h" |
#include "wtf/text/CString.h" |
#define EDIT_DEBUG 0 |