| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index 5ff1d52f65b2baefdd8df747e960653d029d877e..00f74f5a287e122f25591b121fba6be8e8b45cf7 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -29,13 +29,13 @@
|
| #include "core/html/canvas/Canvas2DContextAttributes.h"
|
| #include "core/html/canvas/CanvasPathMethods.h"
|
| #include "core/html/canvas/CanvasRenderingContext.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/fonts/Font.h"
|
| #include "platform/graphics/Color.h"
|
| +#include "platform/geometry/FloatSize.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| +#include "platform/graphics/ImageBuffer.h"
|
| +#include "platform/graphics/Path.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Vector.h"
|
|
|