| Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| index 7daf1954150766bd1f9485ac38320a2c7c6d8294..75fdb74a281dca517b106fb6578e75e270cd219a 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp
|
| @@ -50,7 +50,6 @@
|
| #include "core/html/HTMLVideoElement.h"
|
| #include "core/html/ImageData.h"
|
| #include "core/html/TextMetrics.h"
|
| -#include "core/html/canvas/Canvas2DContextAttributes.h"
|
| #include "core/html/canvas/CanvasGradient.h"
|
| #include "core/html/canvas/CanvasPattern.h"
|
| #include "core/html/canvas/CanvasStyle.h"
|
| @@ -64,7 +63,6 @@
|
| #include "platform/geometry/FloatQuad.h"
|
| #include "platform/graphics/DrawLooper.h"
|
| #include "platform/graphics/TextRun.h"
|
| -#include "platform/transforms/AffineTransform.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "wtf/CheckedArithmetic.h"
|
| #include "wtf/MathExtras.h"
|
|
|