Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
index 8445fc5fe1298251b3d7ac2b690a6b4356d7c7a7..809c7b2fe4ea7dc4d501c69279ed483031c50d04 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
@@ -44,14 +44,12 @@ |
#include "DOMPath.h" |
#include "ExceptionCode.h" |
#include "ExceptionCodePlaceholder.h" |
-#include "FloatConversion.h" |
#include "HTMLCanvasElement.h" |
#include "HTMLImageElement.h" |
#include "HTMLMediaElement.h" |
#include "HTMLNames.h" |
#include "HTMLVideoElement.h" |
#include "ImageData.h" |
-#include "KURL.h" |
#include "Page.h" |
#include "RenderHTMLCanvas.h" |
#include "RenderLayer.h" |
@@ -60,6 +58,8 @@ |
#include "StylePropertySet.h" |
#include "StyleResolver.h" |
#include "TextMetrics.h" |
+#include "core/platform/FloatConversion.h" |
+#include "core/platform/KURL.h" |
#include "core/platform/graphics/FloatQuad.h" |
#include "core/platform/graphics/FontCache.h" |
#include "core/platform/graphics/GraphicsContext.h" |