| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index c7309040c5f29397380961f63105d98206a7e010..49bb59a8290d559fbec5963c88cbc5c0ae949194 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -26,7 +26,6 @@
|
| #ifndef CanvasRenderingContext2D_h
|
| #define CanvasRenderingContext2D_h
|
|
|
| -#include "AffineTransform.h"
|
| #include "CanvasPathMethods.h"
|
| #include "CanvasRenderingContext.h"
|
| #include "core/platform/graphics/Color.h"
|
| @@ -38,6 +37,7 @@
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/Path.h"
|
| #include "core/platform/graphics/PlatformLayer.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/text/WTFString.h>
|
| #include <wtf/Vector.h>
|
|
|
|
|