| Index: Source/core/platform/graphics/transforms/AffineTransform.cpp
|
| diff --git a/Source/core/platform/graphics/transforms/AffineTransform.cpp b/Source/core/platform/graphics/transforms/AffineTransform.cpp
|
| index e1e80258f12ddcad6b144900036fb669c5a8c33d..e2bdab1b2ba910b3537624bf6852803b37adc432 100644
|
| --- a/Source/core/platform/graphics/transforms/AffineTransform.cpp
|
| +++ b/Source/core/platform/graphics/transforms/AffineTransform.cpp
|
| @@ -33,8 +33,9 @@
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| #include "core/platform/graphics/skia/SkiaUtils.h"
|
| -
|
| -#include <wtf/MathExtras.h>
|
| +#include "core/platform/graphics/transforms/TransformationMatrix.h"
|
| +#include "third_party/skia/include/core/SkMatrix.h"
|
| +#include "wtf/MathExtras.h"
|
|
|
| namespace WebCore {
|
|
|
|
|