Index: Source/core/platform/graphics/GraphicsContext.h |
diff --git a/Source/core/platform/graphics/GraphicsContext.h b/Source/core/platform/graphics/GraphicsContext.h |
index b4bf1466c083b1f09b6ab9ba02c382286ac2e2db..c9c19ec0cb83d4651d9a57a1b5bf1f74138c69c2 100644 |
--- a/Source/core/platform/graphics/GraphicsContext.h |
+++ b/Source/core/platform/graphics/GraphicsContext.h |
@@ -28,8 +28,6 @@ |
#ifndef GraphicsContext_h |
#define GraphicsContext_h |
-#include "core/platform/graphics/DashArray.h" |
-#include "core/platform/graphics/DrawLooper.h" |
#include "core/platform/graphics/Font.h" |
#include "core/platform/graphics/GraphicsContextAnnotation.h" |
#include "core/platform/graphics/GraphicsContextState.h" |
@@ -38,6 +36,8 @@ |
#include "core/platform/graphics/skia/SkiaUtils.h" |
#include "platform/TraceEvent.h" |
#include "platform/geometry/FloatRect.h" |
+#include "platform/graphics/DashArray.h" |
+#include "platform/graphics/DrawLooper.h" |
#include "platform/graphics/ImageOrientation.h" |
// TODO(robertphillips): replace this include with "class SkBaseDevice;" |
#include "third_party/skia/include/core/SkDevice.h" |