| Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| index 73045f47b4dc283afe37da72fb3c66daa8048d0a..8445fc5fe1298251b3d7ac2b690a6b4356d7c7a7 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| @@ -33,7 +33,6 @@
|
| #include "config.h"
|
| #include "CanvasRenderingContext2D.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "CSSFontSelector.h"
|
| #include "CSSParser.h"
|
| #include "CSSPropertyNames.h"
|
| @@ -66,6 +65,7 @@
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/StrokeStyleApplier.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| #include <wtf/CheckedArithmetic.h>
|
| #include <wtf/MathExtras.h>
|
|
|