| Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| index 2bb4d8c8965b9691d11f7ea78639d34ebf9013f5..4bc56b201c406dea598180b30114f4f276b1512c 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| @@ -57,13 +57,13 @@
|
| #include "core/html/canvas/DOMPath.h"
|
| #include "core/page/ImageBitmap.h"
|
| #include "core/platform/graphics/DrawLooper.h"
|
| -#include "core/platform/graphics/FloatQuad.h"
|
| #include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/GraphicsContextStateSaver.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| -#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include "core/rendering/RenderLayer.h"
|
| #include "core/rendering/RenderTheme.h"
|
| +#include "platform/geometry/FloatQuad.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| #include "wtf/CheckedArithmetic.h"
|
| #include "wtf/MathExtras.h"
|
|
|