Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index a268a7550fa77817d3f8356f43cff672e90c83af..31f474e8aa13e10a6cb5492ae94d512f0e487346 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -29,12 +29,12 @@ |
#include "core/html/canvas/Canvas2DContextAttributes.h" |
#include "core/html/canvas/CanvasPathMethods.h" |
#include "core/html/canvas/CanvasRenderingContext.h" |
-#include "core/platform/graphics/Color.h" |
#include "core/platform/graphics/Font.h" |
#include "core/platform/graphics/ImageBuffer.h" |
#include "core/platform/graphics/Path.h" |
#include "core/svg/SVGMatrix.h" |
#include "platform/geometry/FloatSize.h" |
+#include "platform/graphics/Color.h" |
#include "platform/graphics/GraphicsTypes.h" |
#include "platform/transforms/AffineTransform.h" |
#include "wtf/HashMap.h" |