Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 8d23e6e0dd63e749f33122260e7cb545077c083e..47b0e2cb1de4526bcb699e192bb406a22f15cdd0 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -103,10 +103,6 @@ |
#include "core/page/Settings.h" |
#include "core/frame/animation/AnimationController.h" |
#include "core/platform/Cursor.h" |
-#include "core/platform/graphics/GraphicsLayer.h" |
-#include "core/platform/graphics/filters/FilterOperation.h" |
-#include "core/platform/graphics/filters/FilterOperations.h" |
-#include "core/platform/graphics/gpu/SharedGraphicsContext3D.h" |
#include "core/rendering/CompositedLayerMapping.h" |
#include "core/rendering/RenderLayer.h" |
#include "core/rendering/RenderLayerCompositor.h" |
@@ -121,6 +117,10 @@ |
#include "platform/TraceEvent.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/geometry/LayoutRect.h" |
+#include "platform/graphics/GraphicsLayer.h" |
+#include "platform/graphics/filters/FilterOperation.h" |
+#include "platform/graphics/filters/FilterOperations.h" |
+#include "platform/graphics/gpu/SharedGraphicsContext3D.h" |
#include "platform/weborigin/SchemeRegistry.h" |
#include "public/platform/WebLayer.h" |
#include "wtf/InstanceCounter.h" |