Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
index 5edc24363e7c5b758788114118b8f125e40483b4..2b0288534b6bf557bd9943ef524ee158605baf04 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
@@ -56,13 +56,13 @@ |
#include "core/html/canvas/CanvasStyle.h" |
#include "core/html/canvas/DOMPath.h" |
#include "core/frame/ImageBitmap.h" |
-#include "core/platform/graphics/DrawLooper.h" |
#include "core/platform/graphics/FontCache.h" |
#include "core/platform/graphics/GraphicsContextStateSaver.h" |
#include "core/rendering/RenderImage.h" |
#include "core/rendering/RenderLayer.h" |
#include "core/rendering/RenderTheme.h" |
#include "platform/geometry/FloatQuad.h" |
+#include "platform/graphics/DrawLooper.h" |
#include "platform/graphics/TextRun.h" |
#include "platform/transforms/AffineTransform.h" |
#include "weborigin/SecurityOrigin.h" |