Index: Source/core/rendering/RenderLayer.cpp |
diff --git a/Source/core/rendering/RenderLayer.cpp b/Source/core/rendering/RenderLayer.cpp |
index f6c264a3040fc72dedf88d3fb2e7c36e1b08fe36..75f5beb9c27923d88dc7240540b9410a5f3d366c 100644 |
--- a/Source/core/rendering/RenderLayer.cpp |
+++ b/Source/core/rendering/RenderLayer.cpp |
@@ -52,7 +52,6 @@ |
#include "DocumentEventQueue.h" |
#include "EventHandler.h" |
#include "FilterEffectRenderer.h" |
-#include "FloatConversion.h" |
#include "FocusController.h" |
#include "Frame.h" |
#include "FrameLoader.h" |
@@ -63,14 +62,12 @@ |
#include "HTMLFrameElement.h" |
#include "HTMLFrameOwnerElement.h" |
#include "HTMLNames.h" |
-#include "HistogramSupport.h" |
#include "HitTestRequest.h" |
#include "HitTestResult.h" |
#include "HitTestingTransformState.h" |
#include "OverflowEvent.h" |
#include "OverlapTestRequestClient.h" |
#include "Page.h" |
-#include "PlatformMouseEvent.h" |
#include "RenderArena.h" |
#include "RenderFlowThread.h" |
#include "RenderGeometryMap.h" |
@@ -85,9 +82,6 @@ |
#include "RenderTheme.h" |
#include "RenderTreeAsText.h" |
#include "RenderView.h" |
-#include "ScrollAnimator.h" |
-#include "Scrollbar.h" |
-#include "ScrollbarTheme.h" |
#include "ScrollingCoordinator.h" |
#include "Settings.h" |
#include "ShadowRoot.h" |
@@ -96,6 +90,12 @@ |
#include "StyleResolver.h" |
#include "UseCounter.h" |
#include "WebCoreMemoryInstrumentation.h" |
+#include "core/platform/FloatConversion.h" |
+#include "core/platform/HistogramSupport.h" |
+#include "core/platform/PlatformMouseEvent.h" |
+#include "core/platform/ScrollAnimator.h" |
+#include "core/platform/Scrollbar.h" |
+#include "core/platform/ScrollbarTheme.h" |
#include "core/platform/graphics/FloatPoint3D.h" |
#include "core/platform/graphics/FloatRect.h" |
#include "core/platform/graphics/Gradient.h" |