| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index a3f8eb1cfa2181615fba78ba660f01fa79ebf0d4..935f204d0b15cd1b3c02c9ef84baf237c8c6f22f 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -30,12 +30,12 @@
|
| #include "core/html/canvas/CanvasPathMethods.h"
|
| #include "core/html/canvas/CanvasRenderingContext.h"
|
| #include "core/platform/graphics/Color.h"
|
| -#include "core/platform/graphics/FloatSize.h"
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/GraphicsTypes.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/Path.h"
|
| -#include "core/platform/graphics/transforms/AffineTransform.h"
|
| +#include "platform/geometry/FloatSize.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|